Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
shore committed Aug 23, 2024
1 parent ca994c6 commit c1d3f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
CRUFT_LOG: "${{ runner.temp }}/bob-installer-cruft.txt"
CRUFT_MARKER: "${{ runner.temp }}/pre-install-marker"
run: |
touch moocow
find "$PWD" -newer "${CRUFT_MARKER}" > "${CRUFT_LOG}"
if [ "$(wc -l < "${{ env.CRUFT_LOG }}" | xargs)" -gt 0 ]; then
echo "::error::Unexpected files left in working directory"
Expand Down

0 comments on commit c1d3f7f

Please sign in to comment.