Skip to content

Commit e9640c3

Browse files
committed
feat(CI): Update Format workflow
1 parent e5cf9fa commit e9640c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/Format.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Install
15-
run: |
16-
brew tap edudo-inc/formulae
17-
brew install Formulae/swift-format
15+
run: make install_format
1816
- name: Format
1917
run: make format
2018
- uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)