Skip to content

Update README.md with comment header #11

Update README.md with comment header

Update README.md with comment header #11

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Compile (make)
run: make
- name: Run Tests
run: |
chmod +x ./unit_tests
./unit_tests