Skip to content

Commit

Permalink
Merge branch 'main' into gh-72-conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored Jun 17, 2024
2 parents a0f4a97 + 28ea386 commit a1e015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-setup@87280353856dea2cb5596618b662440634bbcaad
- uses: haskell-actions/hlint-setup@285e006d7b88f4da9371b8180829507d42d43756
- uses: haskell-actions/hlint-run@v2
with:
fail-on: status
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v15
- uses: haskell-actions/run-ormolu@v16
release:
env:
PREFIX: cabal-gild-${{ github.event.release.tag_name }}
Expand Down

0 comments on commit a1e015d

Please sign in to comment.