From 93fc6a2032b536ffc5183a826507ed5a95f8dc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20J?= <30n1st@gmail.com> Date: Sat, 30 Sep 2023 23:16:37 +0200 Subject: [PATCH] Update Tests.yml --- .github/workflows/Tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index a3f23a7..8831649 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -6,14 +6,14 @@ on: pull_request: branches: [ master ] jobs: - SwiftLint: ## Adds swift-linting to GH actions - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: GitHub Action for SwiftLint - uses: norio-nomura/action-swiftlint@3.2.1 - with: - args: --config .swiftlint.yml + #SwiftLint: ## Adds swift-linting to GH actions + #runs-on: ubuntu-latest + #steps: + #- uses: actions/checkout@v3 + #- name: GitHub Action for SwiftLint + #uses: norio-nomura/action-swiftlint@3.2.1 + #with: + #args: --config .swiftlint.yml build: runs-on: macos-latest steps: