Skip to content

Commit

Permalink
ci: add lint step to PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeliatf committed Jul 16, 2024
1 parent 2e9a01b commit 9944722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Patch
run: yarn patch-package

- name: Lint
run: yarn lint

- name: Test
run: yarn test:ci

Expand Down

0 comments on commit 9944722

Please sign in to comment.