From 6436a82d58f152486838afb7332322b67de64b74 Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Tue, 29 Jul 2025 21:49:55 +0400 Subject: [PATCH] add actions --- .gitea/workflows/checks.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/checks.yaml diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml new file mode 100644 index 0000000..aded13a --- /dev/null +++ b/.gitea/workflows/checks.yaml @@ -0,0 +1,11 @@ +name: checks +on: + push: + branches: + - main +jobs: + checks: + runs-on: nix + steps: + - uses: actions/checkout@v4 + - run: nix flake check -L --all-systems