File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build-codeedit-cli :
1414 name : Building CodeEdit CLI
15- runs-on : macos-12
15+ runs-on : [self-hosted, macOS]
1616 steps :
1717 - name : Checkout Repository
1818 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99jobs :
1010 deploy-codeedit-cli :
1111 name : Deploying CodeEdit CLI
12- runs-on : macos-12
12+ runs-on : [self-hosted, macOS]
1313 steps :
1414 - name : Checkout Repository
1515 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 99 - ' main'
1010jobs :
1111 SwiftLint :
12- runs-on : ubuntu-latest
12+ runs-on : [self-hosted, macOS]
1313 steps :
1414 - uses : actions/checkout@v1
1515 - name : GitHub Action for SwiftLint with --strict
16- uses : norio-nomura/action-swiftlint@3.2.1
17- with :
18- args : --strict
16+ run : swiftlint --strict
17+ # uses: norio-nomura/action-swiftlint@3.2.1
18+ # with:
19+ # args: --strict
You can’t perform that action at this time.
0 commit comments