Files
swiftpm-mustache/.github/workflows/validate.yml
2024-07-09 10:50:47 +01:00

21 lines
402 B
YAML

name: Validity Check
on:
pull_request:
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/SwiftFormat@0.53.10 --no-link
- name: run script
run: ./scripts/validate.sh