diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index d311b4a..5a0fa53 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -13,15 +13,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: GitHub Action for SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - - - name: GitHub Action for SwiftLint (Only files changed in the PR) - uses: norio-nomura/action-swiftlint@3.2.1 - env: - DIFF_BASE: ${{ github.base_ref }} - with: - args: --strict - - name: GitHub Action for SwiftLint (Different working directory) - uses: norio-nomura/action-swiftlint@3.2.1 - env: - WORKING_DIRECTORY: Sources \ No newline at end of file + uses: norio-nomura/action-swiftlint@3.2.1 \ No newline at end of file