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 5af25a6 commit 605eeb2Copy full SHA for 605eeb2
.github/workflows/main.yaml
@@ -14,6 +14,8 @@ jobs:
14
node-version: ${{ matrix.node-version }}
15
- name: Installing Extension
16
run: yarn install
17
+ - name: Compile
18
+ run: yarn compile
19
- name: Test Syntax Highlighting
20
run: yarn test:grammar
21
- name: Test Unittests
0 commit comments