try fixing path to config file
This commit is contained in:
parent
e7f3849187
commit
494cfed75e
|
@ -14,4 +14,4 @@ jobs:
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
- name: Run Swiftformat
|
- name: Run Swiftformat
|
||||||
run: swiftformat . --lint
|
run: swiftformat . --lint "../.swiftformat"
|
||||||
|
|
Loading…
Reference in New Issue