Skip to content

Merge pull request #24 from LebJe/SwiftWorkflows #73

Merge pull request #24 from LebJe/SwiftWorkflows

Merge pull request #24 from LebJe/SwiftWorkflows #73

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]"