Use 'brew install -f' to install or upgrade a formula
This commit is contained in:
parent
0ebfd69c47
commit
00d8c946ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/linting.yml
vendored
4
.github/workflows/linting.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
run: brew update && brew install swiftformat
|
||||
run: brew update && brew install -f swiftformat
|
||||
- name: swiftformat
|
||||
run: |
|
||||
swiftformat --lint .
|
||||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Installing packages
|
||||
run: brew update && brew upgrade swiftlint
|
||||
run: brew update && brew install -f swiftlint
|
||||
- name: swiftlint
|
||||
run: |
|
||||
swiftlint --strict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue