Update lint.yml

This commit is contained in:
aiden vigue 2021-06-10 09:00:05 -07:00 committed by GitHub
parent 2d2af3dfce
commit 66dd19705e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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