From 85d79529bcb11504dab04eae3172886223c73208 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 30 Mar 2026 19:31:34 +0200 Subject: [PATCH] ci(gh/workflow): testing workflow on forgejo --- .github/workflows/build.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..c90c861 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,25 @@ +name: Build + +on: + push: + branches: + - "**" + pull_request: + branches: + - "**" + +permissions: + contents: read + +jobs: + build: + name: build + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Mandatory + run: TERM=xterm make + - name: Bonus + run: TERM=xterm make bonus