Skip to content

Commit

Permalink
Update cerdalux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg committed Jul 19, 2023
1 parent 0ac275e commit 0a8ac2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cerdalux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Error if exist trailing chars 0d0a
run: find . -iregex '.*\.\(asm\|txt|rap|md\)' -exec sh -c '! grep --binary -HnP "\x20\x0d" $1' _ {} + ;

- name: Error if exist trailing chars 0a
run: find . -iregex '.*\.\(asm\|txt|rap|md\)' -exec sh -c '! grep --binary -HnP "\x20\x0a" $1' _ {} + ;

Expand Down

0 comments on commit 0a8ac2c

Please sign in to comment.