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 5398a7f commit 133642cCopy full SHA for 133642c
.github/workflows/haskell-ci.yml
@@ -51,7 +51,7 @@ jobs:
51
run: cabal test --enable-tests
52
53
stack:
54
- name: ${{ runner.os }} / ${{ matrix.stack-yaml }}
+ name: ${{ matrix.os }} / ${{ matrix.stack-yaml }}
55
runs-on: ${{ matrix.os }}
56
strategy:
57
matrix:
0 commit comments