ci(gh/workflow): testing workflow on forgejo
Some checks failed
Build / build (push) Failing after 5s

This commit is contained in:
Raphael 2026-03-30 19:31:34 +02:00
parent 14e05066cc
commit 85d79529bc
No known key found for this signature in database

25
.github/workflows/build.yml vendored Normal file
View file

@ -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