Skip to content

Swift 6

Swift 6 #26

Workflow file for this run

name: Validity Check
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install Dependencies
run: |
brew install mint
- name: run script
run: ./scripts/validate.sh