Create c-cpp.yml

This commit is contained in:
Szymon
2026-01-07 12:20:02 +01:00
committed by GitHub
parent a1c8c67021
commit 173d1954b3

19
.github/workflows/c-cpp.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: make check
run: make check