feat(ci): Add Forgejo actions
This commit is contained in:
parent
be98b4b1c8
commit
136f90eb03
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/check.yaml
Normal file
17
.forgejo/workflows/check.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check Flake
|
||||
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
|
||||
with:
|
||||
send-statistics: false
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
Reference in a new issue