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 92f3287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ check_exist $S_MOD 1 symlink
sleep 1
popd >/dev/null
sudo umount test
sudo rmmod simplefs
sudo rmmod simplefs

0 comments on commit 92f3287

Please sign in to comment.