We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3997e commit 9e422c1Copy full SHA for 9e422c1
.github/workflows/ci.yaml
@@ -16,8 +16,8 @@ jobs:
16
run: |
17
SWIFTFORMAT_VERSION=0.49.4
18
git clone --depth 1 --branch "$SWIFTFORMAT_VERSION" "https://github.com/nicklockwood/SwiftFormat" "$HOME/SwiftFormat"
19
- swift build --package-path "$HOME/SwiftFormat" --product swiftformat
20
- export PATH=$PATH:"$(swift build --package-path "$HOME/SwiftFormat" --show-bin-path)"
+ swift build -c release --package-path "$HOME/SwiftFormat" --product swiftformat
+ export PATH=$PATH:"$(swift build -c release --package-path "$HOME/SwiftFormat" --show-bin-path)"
21
./scripts/sanity.sh
22
unit-tests:
23
strategy:
0 commit comments