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 302e08c commit 8e56b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cerdalux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:

- name: Error if exist trailing chars
run: rm -rf output && grep -ErnIH " +$" --include=*.{asm,txt,md,rap} | cut -f-2 -d ":" | tee output && `[[ -f output && ! -s output ]] || exit 1`

- name: Error if .asm files are not crlf ended
run: find . -name *.asm -exec sh -c 'xxd -p $1 | tr -d "\n" | grep -P "(?<!0d)0a" && echo $1 && exit 1' _ {} \;

0 comments on commit 8e56b5a

Please sign in to comment.