From ebc6eef603b514c1b281985b3a06ae4b3b22d9ec Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 24 May 2024 16:55:50 +0200 Subject: [PATCH] Try first github action --- .gitea/workflows/check.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/check.yml diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml new file mode 100644 index 0000000..be86378 --- /dev/null +++ b/.gitea/workflows/check.yml @@ -0,0 +1,13 @@ +name: check + +on: + push: + branches: [ main ] + +jobs: + docker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v24 + - run: nix flake check . \ No newline at end of file