Skip to content

Commit

Permalink
Run lint on PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanholt committed Sep 22, 2023
1 parent 75c7370 commit 9321393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Lint source
run: npm run lint

- name: Build package
run: npm run build

Expand Down

0 comments on commit 9321393

Please sign in to comment.