Use `norio-nomura/action-swiftlint@3.0.0`

This commit is contained in:
norio-nomura-test-forked-repository 2019-11-04 16:00:54 +09:00 committed by GitHub
parent 342f5ca8d5
commit fed31f8e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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