ci(workflow/build) #1

Open
raphael wants to merge 4 commits from ci/build into main
Showing only changes of commit 85d79529bc - Show all commits

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