Skip to content

Commit

Permalink
don't run tsc in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling committed Nov 3, 2024
1 parent e158ab3 commit 265a55a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
- name: Generate types
run: npm run build:generate-types

- name: Git ignore generate type if only white space
run: |
output=$(git diff --ignore-all-space --ignore-blank-lines main~1:worker-configuration.d.ts worker-configuration.d.ts)
if [ -z "$output" ]; then
git update-index --no-assume-unchanged worker-configuration.d.ts
fi
# TODO: remove once lint-action supports eslint v9
- name: Run eslint
run: npm run lint
Expand All @@ -57,5 +50,3 @@ jobs:
# eslint_args: "--max-warnings 0"
prettier: true
prettier_auto_fix: true
tsc: true
tsc_auto_fix: true

0 comments on commit 265a55a

Please sign in to comment.