Skip to content

Commit e57d0cd

Browse files
committed
Don't generate scope lists in GitHub CI
1 parent cb5da99 commit e57d0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- uses: actions/checkout@v2
21-
21+
2222
- name: Setup node
2323
uses: actions/setup-node@v1
2424
with:
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install -g js-yaml vscode-tmgrammar-test
2929

3030
- name: Generate grammar JSON files
31-
run: make all
31+
run: make grammars
3232

3333
- name: Run tests
3434
run: make test

0 commit comments

Comments
 (0)