Use `norio-nomura/action-swiftlint@3.0.0`
This commit is contained in:
parent
342f5ca8d5
commit
fed31f8e02
|
@ -13,8 +13,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: GitHub Action for SwiftLint
|
||||
# Avoid failing with "server error status: 403" on PR from forked repository
|
||||
if: github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id
|
||||
uses: norio-nomura/action-swiftlint@2.2.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: norio-nomura/action-swiftlint@3.0.0
|
||||
|
|
Loading…
Reference in New Issue