Skip to content

Commit

Permalink
chore: add lint step to the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Sep 28, 2023
1 parent aed1dd6 commit 6ea362e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
run: yarn build
- name: Test
run: yarn test
- name: Lint
run: yarn check

0 comments on commit 6ea362e

Please sign in to comment.