From 99944946b2baa7c681a200d90f20312c322538aa Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sun, 11 Feb 2024 15:43:45 +0100 Subject: [PATCH] [CI] Forgejo tests --- .forgejo/workflows/build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/workflows/build.yaml diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..b92db1d --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,9 @@ +on: [push] +jobs: + test: + runs-on: nix + steps: + # - run: yes | apt update && apt install nodejs + # - uses: actions/checkout@v4 + # - uses: https://github.com/cachix/install-nix-action@v22 + - run: nix --version