Skip to content

Removed some "bluff" from the README #449

Removed some "bluff" from the README

Removed some "bluff" from the README #449

Workflow file for this run

name: Build project with Makefile
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Clean project
run: make clean
- name: Build with `make`
run: make