diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d4ef14..e2847be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,17 +24,6 @@ env: SCHEME_NAME: "Typhoon" jobs: - SwiftLint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - name: GitHub Action for SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - with: - args: --strict - env: - DIFF_BASE: ${{ github.base_ref }} - test-apple-platforms: name: ${{ matrix.name }} runs-on: ${{ matrix.runsOn }} diff --git a/Mintfile b/Mintfile deleted file mode 100644 index 1e70be7..0000000 --- a/Mintfile +++ /dev/null @@ -1,2 +0,0 @@ -nicklockwood/SwiftFormat@0.58.7 -realm/SwiftLint@0.62.2 \ No newline at end of file