Skip to content

Merge pull request #67 from sadeem-albir/patch-8 #366

Merge pull request #67 from sadeem-albir/patch-8

Merge pull request #67 from sadeem-albir/patch-8 #366

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