aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
blob: 567f9613a8d20947969a3697892a393d3996af03 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: Nix flake check
on: pull_request

jobs:
  check:
    runs-on: self-hosted
    steps:
      - uses: actions/checkout@v4

      - name: check flake
        run: nix flake check -L