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