libft/.github/workflows/c-cpp.yml
2025-09-04 15:10:54 +02:00

17 lines
226 B
YAML

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: TERM=xterm make