sanity.sh -> validate.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Sanity Check
|
name: Validity Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sanity-check:
|
validate:
|
||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -18,4 +18,4 @@ jobs:
|
|||||||
brew install mint
|
brew install mint
|
||||||
mint install NickLockwood/SwiftFormat@0.48.17 --no-link
|
mint install NickLockwood/SwiftFormat@0.48.17 --no-link
|
||||||
- name: run script
|
- name: run script
|
||||||
run: ./scripts/sanity.sh
|
run: ./scripts/validate.sh
|
||||||
Reference in New Issue
Block a user