Project template updates (#25)
* Project template updates * More changes * run swiftformat
This commit is contained in:
7
.github/workflows/api-breakage.yml
vendored
7
.github/workflows/api-breakage.yml
vendored
@@ -3,17 +3,16 @@ name: API breaking changes
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
container:
|
||||
image: swift:5.8
|
||||
image: swift:5.9
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# https://github.com/actions/checkout/issues/766
|
||||
|
||||
Reference in New Issue
Block a user