Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Sep 19, 2024
1 parent 0a9a8ea commit 48a2a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- ubuntu-latest
ghc:
- '9.2'
- '9.4'
- '9.6'
- '9.8'
- '9.10'
Expand Down Expand Up @@ -70,16 +69,17 @@ jobs:
- run: vim/test/run.vim
if: runner.os == 'Linux'

- run: vim/test/assets/generate.sh
- run: git diff --exit-code

- shell: bash
run: |
vim/test/assets/generate.sh
untracked=$(git ls-files --others --exclude-standard)
if [ -n "$untracked" ]; then
echo "Untracked files:"
echo "$untracked"
exit 1
fi
git diff --exit-code
success:
needs: build
Expand Down

0 comments on commit 48a2a6c

Please sign in to comment.