From f619016432de1a140606a7f6337ee832acd283ac Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 30 Nov 2023 20:46:38 -0300 Subject: [PATCH] dfasdfas --- .github/workflows/swiftlint.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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