aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
blob: 68124a55e409e6f33ab0a16a7ead800da140451a (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@v3

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