aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: df5e18672ec1d5c9d0168bec9687713e7fb6c3d1 (plain)
1
2
3
4
5
6
7
8
9
10
name: CI
on: [push, pull_request]
jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: DeterminateSystems/nix-installer-action@v14
      - uses: DeterminateSystems/magic-nix-cache-action@v6
      - run: nix flake check --all-systems