chore: Add lint to yarn upgrader

imgbot
KieranRobson 2023-01-14 09:08:35 +00:00
parent d1ff21eb1f
commit 6f2acf6af7
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Update dependencies
name: Update Dependencies
on:
workflow_dispatch:
@ -26,6 +26,10 @@ jobs:
run: |
yarn
- name: Fix lint
run: |
yarn run format
# Open a pull request if there are any changes
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4.2.3