mirror of
https://github.com/lucaspalomodevelop/Mate-Rechner.git
synced 2026-03-13 06:49:38 +00:00
19 lines
217 B
YAML
19 lines
217 B
YAML
name: C/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
|
|
|