Skip to content

Update from Hummingbird Project Template #39

Update from Hummingbird Project Template

Update from Hummingbird Project Template #39

Workflow file for this run

name: Validity Check
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-validate
cancel-in-progress: true
jobs:
validate:
runs-on: macOS-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Dependencies
run: |
brew install mint
mint install NickLockwood/[email protected] --no-link
- name: run script
run: ./scripts/validate.sh