Simplify the induction axioms so z3 has easier time with it #524
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- 'releases/*' | |
jobs: | |
hlint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: 'Set up HLint' | |
uses: rwe/actions-hlint-setup@v1 | |
- name: 'Run HLint' | |
uses: rwe/actions-hlint-run@v2 |