Skip to content

Create "c-cpp.yml" for github workflows #1

Create "c-cpp.yml" for github workflows

Create "c-cpp.yml" for github workflows #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make