mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-15 08:15:27 +00:00
Enable CI check for formatting
This commit is contained in:
parent
7c4a1a5faa
commit
da5fc3a9d6
1 changed files with 2 additions and 3 deletions
5
.github/workflows/swiftfmt.yml
vendored
5
.github/workflows/swiftfmt.yml
vendored
|
@ -17,6 +17,5 @@ jobs:
|
|||
with:
|
||||
show-progress: false
|
||||
|
||||
# Re-enable in follow-up PR that does the formatting.
|
||||
# - name: Check formating
|
||||
# run: swiftformat --lint . --reporter github-actions-log
|
||||
- name: Check formating
|
||||
run: swiftformat --lint . --reporter github-actions-log
|
||||
|
|
Loading…
Reference in a new issue