-5
.github/workflows/check.yml
-5
.github/workflows/check.yml
···
5
5
push:
6
6
pull_request:
7
7
8
-
permissions: {}
9
-
10
8
jobs:
11
9
check-flake:
12
10
name: Check Flake
···
15
13
steps:
16
14
- name: Checkout
17
15
uses: actions/checkout@v4
18
-
with:
19
-
ref: ${{ inputs.ref && inputs.ref || github.ref_name }}
20
-
persist-credentials: false
21
16
22
17
- name: Install Nix
23
18
uses: cachix/install-nix-action@v31