CI #1021
ci.yml
on: merge_group
Lint with actionlint
5s
Lint with cabal-fmt
4s
Lint with cabal
1m 43s
Lint with stylish-haskell
10s
Lint for missing IO specialisations
4s
Lint with generate-readme
2m 9s
Lint with HLint
54s
Lint with ShellCheck
8s
Matrix: ${{ matrix.name
|| format(
'Build on {0}{1}{2}',
startsWith(matrix.os, 'ubuntu-') && 'Linux' || startsWith(matrix.os, 'macOS-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows',
matrix.ghc-version && format(' with GHC {0}', matrix.ghc-version),
matrix.cabal-version && format(' and Cabal {0}', matrix.cabal-version)
) }}