mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-04 05:51:32 +00:00
Upgrade actions/checkout to v3
This commit is contained in:
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
|||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Build Executable
|
- name: Build Executable
|
||||||
run: swift build -c release --arch arm64 --arch x86_64
|
run: swift build -c release --arch arm64 --arch x86_64
|
||||||
- name: Copy Executable
|
- name: Copy Executable
|
||||||
@ -19,13 +19,13 @@ jobs:
|
|||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Swift Format
|
- name: Swift Format
|
||||||
run: swiftformat --lint Package.swift Sources
|
run: swiftformat --lint Package.swift Sources
|
||||||
lint:
|
lint:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Swift Lint
|
- name: Swift Lint
|
||||||
run: swiftlint Package.swift Sources
|
run: swiftlint Package.swift Sources
|
||||||
|
Reference in New Issue
Block a user