From 886df477a8357ae96f39c8d91c0ce5fd4714d1a0 Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 14 Aug 2023 18:03:50 +0200 Subject: [PATCH] Add action --- .gitea/workflows/commit.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/commit.yaml diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml new file mode 100644 index 0000000..71bc985 --- /dev/null +++ b/.gitea/workflows/commit.yaml @@ -0,0 +1,8 @@ +on: [push] + +jobs: + tests: + runs-on: nix-23.05 + steps: + - uses: actions/checkout@v3 + - run: nix flake check