Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish the workflow file #16

Merged
merged 2 commits into from
Jun 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/automated-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 4,19 @@ on: [push]

jobs:
hackage-compat-check:
name: Check the package for Hackage compatibility
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Check the package for Hackage compatibility
- name: Check the package
shell: sh
run: cabal check
builds:
name: Build the package with all specified compilers
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Build the package with all specified compilers
- name: Build the package
uses: jeltsch/actions-cabal-build@master