mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Do not format dependabot
This commit is contained in:
parent
0f3e818041
commit
380f3c5015
1 changed files with 1 additions and 0 deletions
1
.github/workflows/javascript-formatting.yml
vendored
1
.github/workflows/javascript-formatting.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue