ft_ping/.github/workflows/build.yml
Raphael 85d79529bc
Some checks failed
Build / build (push) Failing after 5s
ci(gh/workflow): testing workflow on forgejo
2026-03-30 19:31:46 +02:00

25 lines
363 B
YAML

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