Update lint.yml
This commit is contained in:
parent
2d2af3dfce
commit
66dd19705e
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Run SwiftLint
|
- name: Run SwiftLint
|
||||||
run: swiftlint autocorrect
|
run: swiftlint --fix
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v7 # You can change this to use a specific version
|
uses: EndBug/add-and-commit@v7 # You can change this to use a specific version
|
||||||
|
|
Loading…
Reference in New Issue