|
|
@@ -28,7 +28,8 @@ jobs:
|
|
|
- uses: actions/checkout@v2
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
- - uses: danger/swift@3.3.1
|
|
|
+ - name: danger/swift
|
|
|
+ uses: docker://frmeloni/danger-swift-with-swiftlint:1.3.1
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
|
|
|
|
@@ -59,7 +60,8 @@ jobs:
|
|
|
repository: ${{fromJSON(steps.pr-details.outputs.result).head.repo.full_name}}
|
|
|
ref: ${{fromJSON(steps.pr-details.outputs.result).head.ref}}
|
|
|
fetch-depth: 0
|
|
|
- - uses: danger/swift@3.3.2
|
|
|
+ - name: danger/swift
|
|
|
+ uses: docker://frmeloni/danger-swift-with-swiftlint:1.3.1
|
|
|
with:
|
|
|
args: "--pr ${{github.event.issue.pull_request.url}}"
|
|
|
env:
|