From 809afe1cdd29aa1881d39d72def0bea12486c4e8 Mon Sep 17 00:00:00 2001 From: mironal Date: Sun, 27 Mar 2022 12:45:18 +0900 Subject: [PATCH] remove skip-build --- .github/workflows/swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index ea66bfe..54a1314 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -20,7 +20,7 @@ jobs: ${{ runner.os }}-spm- - name: Build tools if: steps.cache-spm.outputs.cache-hit != 'true' - run: swift build -c release --package-path BuildTools + run: swift run -c release --package-path BuildTools swift-format lint -p --strict --recursive ./Sources ./Tests ./scripts - name: Lint run: | swift run -c release --skip-build --package-path BuildTools swift-format --version