More GH action updates
This commit is contained in:
2
.github/workflows/api-breakage.yml
vendored
2
.github/workflows/api-breakage.yml
vendored
@@ -3,6 +3,8 @@ name: API breaking changes
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
|||||||
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -17,6 +17,6 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install mint
|
brew install mint
|
||||||
mint install NickLockwood/SwiftFormat@0.48.17 --no-link
|
mint install NickLockwood/SwiftFormat@0.51.15 --no-link
|
||||||
- name: run script
|
- name: run script
|
||||||
run: ./scripts/validate.sh
|
run: ./scripts/validate.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user