build: use check-for-ignored
Some checks failed
/ test (map[name:stable]) (push) Failing after 39s
/ test (map[name:nightly]) (push) Failing after 3s
/ test (map[name:1.74.1]) (push) Failing after 3s

This commit is contained in:
Paul Campbell 2025-01-13 09:04:18 +00:00
parent b853a6acec
commit f6b96bccd0

View file

@ -19,13 +19,14 @@ jobs:
- uses: actions/checkout@v4
- name: Ignored Files
run: |
IGNORED=$(git ls-files --cached -i --exclude-standard)
if [ -n "$IGNORED" ]
then
echo "Ignored files present:\n$IGNORED"
exit 1
fi
run: check-for-ignored
# run: |
# IGNORED=$(git ls-files --cached -i --exclude-standard)
# if [ -n "$IGNORED" ]
# then
# echo "Ignored files present:\n$IGNORED"
# exit 1
# fi
- name: Machete
run: cargo machete