Skip to content

Commit

Permalink
Rename build job to build-cabal for consistenty in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Aug 2, 2023
1 parent b78519f commit fbf6cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# quotes on the outside than try to escape the inner double quotes.
run: echo 'versions={"ghc-version":${{ steps.parse.outputs.tested-with-versions }}}' >> $GITHUB_OUTPUT

build:
build-cabal:
name: Cabal Build Check
needs: generate-matrix
runs-on: ubuntu-latest
Expand Down

0 comments on commit fbf6cb2

Please sign in to comment.