We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa864f commit fad15c6Copy full SHA for fad15c6
.github/workflows/haskell-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
39
env:
40
- coverage: ${{ github.event.pull_request && (matrix.ghc_version == "9.12") }}
+ coverage: ${{ github.event.pull_request && (matrix.ghc_version == '9.12') }}
41
42
steps:
43
- uses: actions/checkout@v4
0 commit comments