Skip to content

Commit 605eeb2

Browse files
committed
Add CI compilation
1 parent 5af25a6 commit 605eeb2

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
@@ -14,6 +14,8 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: Installing Extension
1616
run: yarn install
17+
- name: Compile
18+
run: yarn compile
1719
- name: Test Syntax Highlighting
1820
run: yarn test:grammar
1921
- name: Test Unittests

0 commit comments

Comments
 (0)