Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
Iron-Ham authored Apr 27, 2020
1 parent cab14b1 commit ede8bbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: swift build
run: |
if [ -d ".build" ]; then
echo 'using cache'
if ! [ -x "$(command -v swift-format)" ]; then
sudo cp -f .build/release/swift-format /usr/local/bin/swift-format
fi
else
git clone -b swift-5.2-branch https://github.com/apple/swift-format.git
cd swift-format
Expand All @@ -61,5 +63,4 @@ jobs:
# Optional parameters. Note that these are formatted as JSON array strings
# excludes: '["Generated/", "Pods/"]'
# exclude-types: '[".graphql.swift"]'

```

0 comments on commit ede8bbc

Please sign in to comment.