File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 build-docc :
12- runs-on : macos-12
12+ runs-on : [self-hosted, macOS]
1313 steps :
1414 - name : Checkout repository
1515 uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1616 - ' **/*.swift'
1717jobs :
1818 SwiftLint :
19- runs-on : ubuntu-latest
19+ runs-on : [self-hosted, macOS]
2020 steps :
2121 - uses : actions/checkout@v1
2222 - name : GitHub Action for SwiftLint with --strict
23- uses : norio-nomura/action-swiftlint@3.2.1
24- with :
25- args : --strict
23+ run : swiftlint --strict
24+ # uses: norio-nomura/action-swiftlint@3.2.1
25+ # with:
26+ # args: --strict
Original file line number Diff line number Diff line change 1212jobs :
1313 code-edit-text-view-tests :
1414 name : Testing CodeEditLanguages
15- runs-on : macos-12
15+ runs-on : [self-hosted, macOS]
1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@v1
19- - name : Make executeable
20- run : chmod +x ./.github/scripts/tests.sh
2119 - name : Testing Package
22- run : exec ./.github/scripts/tests.sh
20+ run : exec ./.github/scripts/tests.sh arm
You can’t perform that action at this time.
0 commit comments