Skip to content

Merge pull request #61 from sadeem-albir/patch-3 #365

Merge pull request #61 from sadeem-albir/patch-3

Merge pull request #61 from sadeem-albir/patch-3 #365

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