mii_emu/.github/workflows/c-cpp.yml
Michel Pollet 2d07a901df
Create c-cpp.yml
Not sure this will work, trying it...
2023-11-03 11:26:52 +00:00

18 lines
215 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