This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
13
.forgejo/workflows/flake-check.yml
Normal file
13
.forgejo/workflows/flake-check.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Flake check
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
flake-check:
|
||||
runs-on: runner
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run flake check
|
||||
run: nix flake check --impure
|
||||
Loading…
Add table
Add a link
Reference in a new issue