Update README #31
ci.yml
on: push
Matrix: ${{ format('{0}
', matrix.name
|| format(
'{0} on {1}{2}',
startsWith(matrix.os, 'ubuntu-') && 'Build and Test' || startsWith(matrix.os, 'macOS-') && 'Build',
startsWith(matrix.os, 'ubuntu-') && 'Linux' || startsWith(matrix.os, 'macOS-') && 'macOS',
matrix.ghc-version && format(' with GHC {0}', matrix.ghc-version)
)) }}