Skip to content

Commit

Permalink
CI: Enable newline checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jun 21, 2024
1 parent e05fa22 commit b8c88bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/check-newline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ while IFS= read -rd '' f; do
show=0
fi
fi
done < <(git ls-files -z src tests/arch-test-target)
done < <(git ls-files -z .)

exit $ret

0 comments on commit b8c88bf

Please sign in to comment.