Skip to content

ci: Accept the flake config #4

ci: Accept the flake config

ci: Accept the flake config #4

jobs:
test:
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
- name: Ensure that schema files don't need a rebuild
run: |-
nix develop --command python3 ./extract-schemas.py
git diff --exit-code
on: push