feat(ci): Add Forgejo actions

This commit is contained in:
Daniel Kempkens 2023-09-13 17:46:30 +02:00
parent be98b4b1c8
commit 136f90eb03
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View 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