Added nix check workflow
This commit is contained in:
parent
1a00f79bac
commit
8e57d318ae
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/nix-check.yaml
Normal file
11
.forgejo/workflows/nix-check.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
print-content:
|
||||
runs-on: nix-runner
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: run nix store info
|
||||
run: nix store info
|
||||
Loading…
Add table
Add a link
Reference in a new issue