Skip to content

Merge pull request #69 from sadeem-albir/patch-10 #369

Merge pull request #69 from sadeem-albir/patch-10

Merge pull request #69 from sadeem-albir/patch-10 #369

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build all .c files
run: make