Skip to content

Commit 96a27b2

Browse files
committed
Lint files during CI
1 parent 8186649 commit 96a27b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
- name: Install deps
4747
run: yarn install
4848

49+
- name: Lint
50+
run: yarn lint
51+
4952
# Read existing version, reuse that, add a Git short hash
5053
- name: Set build version to Git commit
5154
run: node scripts/writeGitVersion.mjs $(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)