Skip to content

Commit

Permalink
πŸ’š Fix Lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noftaly committed Sep 15, 2023
1 parent c332a43 commit f79a81c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci

# Rule `import/resolver` requires the project to be built. Go figure.
- name: Build
run: npm run build

- name: Run ESLint
run: npm run lint

0 comments on commit f79a81c

Please sign in to comment.