File tree Expand file tree Collapse file tree 4 files changed +4
-22
lines changed
Expand file tree Collapse file tree 4 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 77 runs-on : [self-hosted, macOS]
88 steps :
99 - name : Checkout repository
10- uses : actions/checkout@v2
10+ uses : actions/checkout@v3
1111
1212 - name : Bump Build Number
1313 run : |
Original file line number Diff line number Diff line change 88 SwiftLint :
99 runs-on : [self-hosted, macOS] # ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v1
11+ - uses : actions/checkout@v3
1212 - name : GitHub Action for SwiftLint
1313 run : swiftlint --strict
14-
15- # Old version using `ubuntu-latest`
16- # - name: Remove TODOs
17- # run: exec ./.github/scripts/remove_todos.sh
18- # - name: GitHub Action for SwiftLint
19- # uses: norio-nomura/action-swiftlint@3.2.1
20- # - name: GitHub Action for SwiftLint with --strict
21- # uses: norio-nomura/action-swiftlint@3.2.1
22- # with:
23- # args: --strict
24- # - name: GitHub Action for SwiftLint (Only files changed in the PR)
25- # uses: norio-nomura/action-swiftlint@3.2.1
26- # env:
27- # DIFF_BASE: ${{ github.base_ref }}
28- # - name: GitHub Action for SwiftLint (Different working directory)
29- # uses: norio-nomura/action-swiftlint@3.2.1
30- # env:
31- # WORKING_DIRECTORY: Source
Original file line number Diff line number Diff line change 1010 runs-on : [self-hosted, macOS]
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 # ###########################
1616 # Install Certificate
Original file line number Diff line number Diff line change 88 runs-on : [self-hosted, macOS]
99 steps :
1010 - name : Checkout repository
11- uses : actions/checkout@v1
11+ uses : actions/checkout@v3
1212 - name : Testing App
1313 run : exec ./.github/scripts/test_app.sh arm
You can’t perform that action at this time.
0 commit comments