chore: format on pre-release (#8634)

This commit is contained in:
jrandolf 2022-07-06 09:15:12 +02:00 committed by GitHub
parent 5ff205dc8b
commit 4cd97e93f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ jobs:
run: |
npm install
npm run docusaurus docs:version $(jq -r .version ../package.json)
- name: Format
run: npm run format
- name: Commit
run: |
git config --global user.name 'release-please[bot]'