Update lint.yml
This commit is contained in:
parent
d9880bde96
commit
c76cbf00e8
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue