Updates from project template

This commit is contained in:
Adam Fowler
2021-03-15 18:22:41 +00:00
parent e0d7e364e8
commit 955e1eb9e4
10 changed files with 501 additions and 2 deletions

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

@@ -0,0 +1,21 @@
name: Sanity Check
on:
pull_request:
branches:
- main
jobs:
sanity-check:
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.47.4
- name: run script
run: ./scripts/sanity.sh