diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3d17d5bb..6ca4c22a 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, macos] runs-on: ubuntu-latest container: image: swift:5.7-bionic