Skip to content

Update Swift format to 0.50.0 and Swift version to 5.8 #339

Update Swift format to 0.50.0 and Swift version to 5.8

Update Swift format to 0.50.0 and Swift version to 5.8 #339

Workflow file for this run

name: Validity Check
on:
pull_request:
jobs:
validate:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Dependencies
run: |
brew install mint
mint install nicklockwood/swiftformat@0.48.17 --no-link
- name: run script
run: ./scripts/validate.sh