reverted change #29
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
###################################################### | |
## ## | |
## !!!! Autogenerated YAML file, do not edit !!!! ## | |
## ## | |
## Edit source in /src/github/workflows/ instead! ## | |
## ## | |
###################################################### | |
jobs: | |
check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout agda sources | |
uses: actions/checkout@v4 | |
- name: Check for whitespace violations | |
uses: andreasabel/fix-whitespace-action@v1 | |
- name: Check encoding of Parser.y | |
run: | | |
make check-encoding | |
- name: Check building the source tarball | |
run: | | |
cabal sdist | |
name: Whitespace | |
'on': | |
pull_request: null | |
push: | |
branches: | |
- master | |
- ci-* | |
- release* |