Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
path: /home/linuxbrew/.linuxbrew
key: ${{ runner.os }}-linuxbrew
- name: Install swift-format 602.0.0
- name: Install swift-format
if: steps.cache.outputs.cache-hit != 'true'
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod
- **Code Formatting:** [`swift-format`](https://formulae.brew.sh/formula/swift-format).

### 1.1. Installing swift-format
The CI is locked to swift-format 602.0.0 which you can install with the command below:
The CI uses latest swift-format which you can install with the command below:
```bash
curl -O https://raw.githubusercontent.com/Homebrew/homebrew-core/402e262f48947bad849ea7793752ff16b7038406/Formula/s/swift-format.rb
brew install swift-format.rb
brew install swift-format
```

## 2. Setting Up Your Local Repository
Expand Down
Loading