aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
blob: f25b42f24615199cc8e74ddad150db78ba49112a (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@main
      - uses: DeterminateSystems/magic-nix-cache-action@main
      - run: nix flake check --all-systems