Skip to content

[pull] master from agda:master #452

[pull] master from agda:master

[pull] master from agda:master #452

Workflow file for this run

######################################################
## ##
## !!!! Autogenerated YAML file, do not edit !!!! ##
## ##
## Edit source in /src/github/workflows/ instead! ##
## ##
######################################################
jobs:
check:
runs-on: ubuntu-24.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*