From f8c1de299c98acaaff3bd0d7571e0aae79f93a33 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 27 Apr 2025 02:08:56 +0200 Subject: [PATCH] Add build action (WIP) --- .forgejo/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .forgejo/workflows/build.yml diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 00000000..5ae0b629 --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,10 @@ +on: [push] +jobs: + build: + runs-on: ["ubuntu-latest","hetzner-access"] + steps: + - uses: https://source.mapcomplete.org/actions/checkout@v4 + + - name: "Look around" + run: ls && pwd && ls .. + shell: bash