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