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

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

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