From 1e181d7279c5a6696cb9b5c5acd4f5edc0e3be79 Mon Sep 17 00:00:00 2001 From: Aayush Date: Fri, 23 Dec 2022 03:51:48 -0500 Subject: [PATCH] Delete swiftlint.yml --- .github/workflows/swiftlint.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/swiftlint.yml diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml deleted file mode 100644 index c26e448..0000000 --- a/.github/workflows/swiftlint.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: SwiftLint - -on: - pull_request: - paths: - - '.github/workflows/swiftlint.yml' - - '.swiftlint.yml' - - '**/*.swift' - -jobs: - SwiftLint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: GitHub Action for SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - - name: GitHub Action for SwiftLint with --strict - uses: norio-nomura/action-swiftlint@3.2.1 - with: - args: --strict - - 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 }} - - name: GitHub Action for SwiftLint (Different working directory) - uses: norio-nomura/action-swiftlint@3.2.1 - env: - WORKING_DIRECTORY: Source