diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11d3f574..e57cf61c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,3 +21,6 @@ jobs: - name: Run lint run: npm run lint + + - name: Run dtslint + run: npm run dtslint