Files
swiftpm-mustache/.github/workflows/sanity.yml
2021-09-21 10:49:25 +01:00

22 lines
403 B
YAML

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.13 --no-link
- name: run script
run: ./scripts/sanity.sh