From 7d9203e00f4e3eba215a92b1939bd3e34d69052b 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 | 10 ++++++++++ 1 file changed, 10 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..b1d8c2d --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,10 @@ +on: [push] +jobs: + test: + runs-on: docker + container: ubuntu:rolling + steps: + - run: apt update --yes | apt install nodejs + - uses: actions/checkout@v4 + - uses: https://github.com/cachix/install-nix-action@v22 + - run: nix --version