Updates from project template
This commit is contained in:
21
.github/workflows/sanity.yml
vendored
Normal file
21
.github/workflows/sanity.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user