Create git workflow

This commit is contained in:
m1el 2024-03-11 13:42:46 +02:00 committed by GitHub
parent a9c0cbeb8f
commit 94c5192c92

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

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