Skip to content

Create CONTRIBUTING.md #12

Create CONTRIBUTING.md

Create CONTRIBUTING.md #12

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make build
run: make _build
- name: make test
run: make _test
- name: make clean
run: make clean