-
-
Notifications
You must be signed in to change notification settings - Fork 14
27 lines (22 loc) · 650 Bytes
/
Copy pathlinguist.yml
File metadata and controls
27 lines (22 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This github action checks if the grammar(s) in this repo will compile with the latest version of linguist.
name: Linguist Compilation Check
on:
push:
branches:
- main
pull_request:
jobs:
compile-check:
runs-on: ubuntu-latest
steps:
- name: Checkout linguist
uses: actions/checkout@v6
with:
repository: github-linguist/linguist
- name: Checkout PR as submodule
uses: actions/checkout@v6
with:
path: vendor/grammars/vscode-vba
clean: false
- name: Compile linguist grammar
run: script/grammar-compiler add vendor/grammars/vscode-vba