Skip to content

Commit 099ba08

Browse files
committed
Adds linting step in CI
1 parent 1711d2c commit 099ba08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
run: yarn install
1717
- name: Compile
1818
run: yarn compile
19+
- name: Linting
20+
run: yarn lint
1921
- name: Test Syntax Highlighting
2022
run: yarn test:grammar
2123
- name: Test Unittests

0 commit comments

Comments
 (0)