Skip to content

Commit

Permalink
Add automated runs of cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
jeltsch committed Jun 26, 2022
1 parent 4a18f84 commit 4686acf
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 1,15 @@
name: Automated builds
name: Automated checks

on: [push]

jobs:
hackage-compat-check:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Check the package for Hackage compatibility
run: cabal check
builds:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4686acf

Please sign in to comment.