Skip to content

Commit

Permalink
Fix displayed version of cabal gild in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 29, 2025
1 parent 02a2bca commit 5a25016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-cabal-gild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run cabal-gild over all modified files
run: |
rc="0"
echo "cabal-gild version: ${{env.CABAL_GILD_VERSION}}"
echo "cabal-gild version: $(cabal-gild --version)"
for file in $(git ls-files "*.cabal")
do
echo "cabal-gild --mode=check --input=$file"
Expand All @@ -38,6 +38,6 @@ jobs:
rc="1"
fi
done
exit $rc

0 comments on commit 5a25016

Please sign in to comment.