Skip to content

Update Workflows

Update Workflows #68

Workflow file for this run

name: "Run Pre-Commit"
on: "pull_request"
jobs:
PreCommit:
runs-on: "macos-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Checkout PR"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "gh pr checkout ${{ github.event.pull_request.number }}"
- name: "Install Dependencies"
run: "brew bundle"
- uses: "LebJe/[email protected]"