You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/resource-check.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
name: Static Resource Checking
2
2
on:
3
3
push:
4
-
branches: [ master ]
4
+
branches: [ main, master ]
5
5
pull_request:
6
6
7
7
jobs:
@@ -14,7 +14,7 @@ jobs:
14
14
- name: Check Static Resources
15
15
run: |
16
16
declare -A resources
17
-
# Add each resource as a key, value pair, mapping the local resource to the reference file (which should be stored in the lanaguage server repository). For example:
17
+
# Add each resource as a key, value pair, mapping the local resource to the reference file (which should be stored in the language server repository). For example:
0 commit comments