Skip to content

Commit

Permalink
Fix linting issues in GitHub Actions
Browse files Browse the repository at this point in the history
The lints were generated using actionlint
  • Loading branch information
albertodvp authored and sol committed Dec 22, 2024
1 parent 77373c5 commit 6eb2a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- run: cabal update
- run: cabal build
- run: cabal exec $(cabal list-bin spec)
- run: cabal exec "$(cabal list-bin spec)"
- run: cabal install
- run: cabal repl --with-compiler=doctest

Expand All @@ -102,6 +102,6 @@ jobs:
- run: false
if: needs.build.result != 'success'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: curl -sSL https://raw.githubusercontent.com/sol/hpack/main/get-hpack.sh | bash
- run: hpack && git diff --color --exit-code

0 comments on commit 6eb2a1c

Please sign in to comment.