ScheduledMerges: migrate union level early (as soon as merging tree is completed) #1013
ci.yml
on: pull_request
Lint with actionlint
6s
Lint with cabal-fmt
5s
Lint with cabal
1m 21s
Lint with stylish-haskell
10s
Lint for missing IO specialisations
4s
Lint with generate-readme
2m 19s
Lint with HLint
55s
Lint with ShellCheck
7s
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)
) }}