Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxqwerty authored May 6, 2024
1 parent d6940f6 commit a2811b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: actions/checkout@v4

- name: Find bad lines
run: grep -r -i -o --include=\*.xml "\\{PAWN_gender \\? (.[^:]*?) : (\\1)\\}" ./ | wc -l
run: grep -r -i -o --include=\*.xml "{PAWN_gender ? \(.[^:]*\) : (\1)}" ./ | wc -l

0 comments on commit a2811b3

Please sign in to comment.