Skip to content

Commit 69a6dd3

Browse files
chore: fix github workflow
See #804 (comment) need to escape characters
1 parent fe21507 commit 69a6dd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint_for_svn.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
2525
# List of lines to check
2626
lines_to_check=(
27-
"DART \$Id\$"
28-
" <next few lines under version control, do not edit>"
29-
" \$URL\$"
30-
" \$Revision\$"
31-
" \$Date\$"
27+
"DART \\\$Id\\\$"
28+
"<next few lines under version control, do not edit>"
29+
"\\\$URL\\\$"
30+
"\\\$Revision\\\$"
31+
"\\\$Date\\\$"
3232
)
3333
3434
# Function to check if any of the lines are in the file

0 commit comments

Comments
 (0)