From 3612400d7dca113339d714f7b591a4ac6ffd07e2 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 8 Feb 2026 20:46:23 +0100 Subject: [PATCH] ci --- .forgejo/workflows/ci.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .forgejo/workflows/ci.yaml diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..80e25b0 --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -0,0 +1,16 @@ +name: "CI" +on: + pull_request: + push: + +jobs: + checks: + runs-on: nix + steps: + - uses: actions/checkout@v4 + - uses: https://codeberg.org/icewind/attic-action@v1 + with: + name: link + instance: https://cache.icewind.link + authToken: "${{ secrets.ATTIC_TOKEN }}" + - run: nix flake check --keep-going