From 70cbffa71fe9672bc99918c7c2d87902779ca9f9 Mon Sep 17 00:00:00 2001 From: Miguel Angel Quinones Date: Mon, 27 Feb 2023 21:46:32 +0100 Subject: [PATCH] [TIDY] --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ac1c0a7..9e57c987 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,10 +10,10 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v3 - - name: Lint - run: ./scripts/runSwiftFormat.sh -l + # - name: Lint + # run: ./scripts/runSwiftFormat.sh -l macos: - needs: lint + # needs: lint runs-on: macos-latest env: TESTS_PRIVATEKEY: ${{ secrets.TESTS_PRIVATEKEY }} @@ -26,7 +26,7 @@ jobs: - name: Tests run: swift test -v linux: - needs: lint + # needs: lint runs-on: ubuntu-latest container: image: swift:5.5-bionic