Skip to content

Test With GCC On MacOS (#12) #89

Test With GCC On MacOS (#12)

Test With GCC On MacOS (#12) #89

Workflow file for this run

name: "Run Pre-Commit"
on:
push:
branches:
- "main"
jobs:
PreCommit:
runs-on: "macos-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Install Dependencies"
run: "brew bundle"
- uses: "LebJe/[email protected]"