Add CI
Some checks failed
CI / lint (push) Failing after 1m6s

This commit is contained in:
Abel Luck 2025-06-03 14:34:20 +02:00
parent 6b623eb3a3
commit d39efbd1e2
2 changed files with 30 additions and 1 deletions

19
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,19 @@
name: CI
on:
push:
branches:
- main
jobs:
lint:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Nix
uses: https://guardianproject.dev/actions/install-nix-action@v31
- name: Run CI
run: nix develop --command make ci