feat: Add Forgejo Actions #1

Merged
daniel merged 12 commits from feat/forgejo-actions into master 2023-09-13 19:23:58 +00:00

View 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