Rely on SPM plugins to consume SwiftLint and SwiftFormat
Use their latest releases and fix some violations and issues. # Conflicts: # .github/workflows/linting.yml # .github/workflows/testing.yml
This commit is contained in:
parent
358908f161
commit
1bdf9d684b
40 changed files with 126 additions and 186 deletions
5
.github/workflows/testing.yml
vendored
5
.github/workflows/testing.yml
vendored
|
|
@ -14,9 +14,8 @@ jobs:
|
|||
- name: Installing packages
|
||||
run: |
|
||||
brew update
|
||||
brew install carthage swiftformat
|
||||
brew install go@1.20 || brew link --overwrite go
|
||||
brew install swiftlint || brew link --overwrite swiftlint
|
||||
brew install carthage
|
||||
brew install go || brew link --overwrite go
|
||||
gem install bundler
|
||||
- uses: actions/cache@v3
|
||||
id: carthage-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue