We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1711d2c commit 099ba08Copy full SHA for 099ba08
.github/workflows/main.yaml
@@ -16,6 +16,8 @@ jobs:
16
run: yarn install
17
- name: Compile
18
run: yarn compile
19
+ - name: Linting
20
+ run: yarn lint
21
- name: Test Syntax Highlighting
22
run: yarn test:grammar
23
- name: Test Unittests
0 commit comments