Skip to content

Commit 23d895b

Browse files
committed
Update noncompliant test file paths
Upstream is going to require `syntax_test_*` in the future.
1 parent 7cb8e4e commit 23d895b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/syntax.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/*'
88
- '**.sublime-syntax'
9-
- '**/syntax_test*'
9+
- '**/syntax_test_*'
1010
- '**.tmPreferences'
1111
pull_request:
1212
paths:
1313
- '.github/workflows/*'
1414
- '**.sublime-syntax'
15-
- '**/syntax_test*'
15+
- '**/syntax_test_*'
1616
- '**.tmPreferences'
1717

1818
jobs:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)