chore: format code (#8628)

* chore: format code
This commit is contained in:
jrandolf
2022-07-05 15:06:10 +02:00
committed by GitHub
parent 28e236f1a6
commit 9e596d0761
4 changed files with 5 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ jobs:
name: Deploy docs (if needed)
if: ${{ needs.check-docs.outputs.needs_deploying == 'true' && github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3