Skip to content

fixup! fixup! Add a CI check for the CI source files #1

fixup! fixup! Add a CI check for the CI source files

fixup! fixup! Add a CI check for the CI source files #1

jobs:
check-up-to-date-generated-files:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
extra_nix_config: accept-flake-config = true
- uses: cachix/cachix-action@v14
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
name: nickel-schemastore
- name: Check that the file generated by Organist are up-to-date
run: |-
nix run .#regenerate-files -L
git diff --exit-code
on:
push: {}