Skip to content

[refactor] split the sources into directories #289

[refactor] split the sources into directories

[refactor] split the sources into directories #289

Workflow file for this run

name: Check All
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix build ./.#catt-coq-plugin
- run: nix flake check --all-systems