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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: brew update && brew install swiftformat
|
run: brew update && brew install -f swiftformat
|
||||||
- name: swiftformat
|
- name: swiftformat
|
||||||
run: |
|
run: |
|
||||||
swiftformat --lint .
|
swiftformat --lint .
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Installing packages
|
- name: Installing packages
|
||||||
run: brew update && brew upgrade swiftlint
|
run: brew update && brew install -f swiftlint
|
||||||
- name: swiftlint
|
- name: swiftlint
|
||||||
run: |
|
run: |
|
||||||
swiftlint --strict
|
swiftlint --strict
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue