Skip to content

Commit

Permalink
ci: add lint step
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit committed Jan 24, 2024
1 parent 2812435 commit 50b625a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Linting
run: yarn lint

- name: Prettier
run: yarn check-format

Expand Down

0 comments on commit 50b625a

Please sign in to comment.