CI: configure mirrors for apt
#1271
ci.yml
on: pull_request
Build: Setup matrix
3s
Lint with actionlint
9s
Lint with cabal-fmt
7s
Lint with cabal
1m 37s
Lint with stylish-haskell
13s
Lint for missing IO specialisations
3s
Lint with generate-readme
2m 24s
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)
) }}
Build: Check success
3s