Update from Hummingbird Project Template (#58)
* Update from hummingbird-project-template 572d468b2cabeca286314c5a35196bd42445c8ef * run swift-format * Remove .swiftformat --------- Co-authored-by: adam-fowler <adam-fowler@users.noreply.github.com> Co-authored-by: Adam Fowler <adamfowler71@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8c5c8ead74
commit
ec4ef9aa04
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
@@ -8,16 +8,12 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: macOS-latest
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
brew install mint
|
||||
mint install NickLockwood/SwiftFormat@0.53.10 --no-link
|
||||
- name: run script
|
||||
run: ./scripts/validate.sh
|
||||
|
||||
Reference in New Issue
Block a user