carg-parse/.github/workflows/c.yml

18 lines
225 B
YAML
Raw Permalink Normal View History

2023-05-11 20:40:12 +00:00
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 test
run: make test