Update lint.yml

This commit is contained in:
aiden vigue 2021-06-10 09:17:22 -07:00 committed by GitHub
parent d9880bde96
commit c76cbf00e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions

View File

@ -18,11 +18,8 @@ jobs:
- name: Run SwiftLint - name: Run SwiftLint
run: swiftlint --fix run: swiftlint --fix
- name: Commit new changes to the repo - name: Create Pull Request
run: | uses: peter-evans/create-pull-request@v3
git config user.name jellyfin-bot with:
git config user.email team@jellyfin.org title: "[ci] SwiftLint"
git pull reviewers: "acvigue"
git add .
git commit -m "auto lint" || echo
git push