Compare commits
12 commits
be98b4b1c8
...
b6809ab9b7
Author | SHA1 | Date | |
---|---|---|---|
b6809ab9b7 | |||
38a2f2793d | |||
0b2f6c1178 | |||
097573f828 | |||
71489d61c4 | |||
786c4bc289 | |||
ad3b3f76c3 | |||
31cfe47cfe | |||
195c67d6fa | |||
8a2c85ea98 | |||
c5293126aa | |||
136f90eb03 |
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/check.yaml
Normal file
16
.forgejo/workflows/check.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Check
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||
with:
|
||||
init: none
|
||||
planner: linux
|
||||
github-token: null
|
||||
- run: nix flake check --keep-going
|
Reference in a new issue