feat: Add Forgejo Actions #1

Merged
daniel merged 12 commits from feat/forgejo-actions into master 2023-09-13 19:23:58 +00:00
Showing only changes of commit 136f90eb03 - Show all commits

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