sanity.sh -> validate.sh

This commit is contained in:
Adam Fowler
2021-11-12 17:02:42 +00:00
parent 94bbca47ae
commit d6839d689e
2 changed files with 3 additions and 3 deletions

21
.github/workflows/validate.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Validity Check
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
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