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
run: swiftlint --fix
- name: Commit new changes to the repo
run: |
git config user.name jellyfin-bot
git config user.email team@jellyfin.org
git pull
git add .
git commit -m "auto lint" || echo
git push
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
title: "[ci] SwiftLint"
reviewers: "acvigue"