Skip to content

Commit

Permalink
chore: add lint to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 29, 2024
1 parent 5321c58 commit 5a8abc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Run yarn install dependencies
run: yarn --frozen-lockfile

- name: Lint
run: yarn lint

- name: Website Dev Build (served for Cypress)
run: yarn build:demo

Expand Down

0 comments on commit 5a8abc2

Please sign in to comment.