Skip to content

Commit

Permalink
Lint files during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jun 10, 2024
1 parent 8186649 commit 96a27b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install deps
run: yarn install

- name: Lint
run: yarn lint

# Read existing version, reuse that, add a Git short hash
- name: Set build version to Git commit
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)
Expand Down

0 comments on commit 96a27b2

Please sign in to comment.