0

Do not format dependabot

This commit is contained in:
Gabe Kangas 2021-05-18 10:13:26 -07:00 committed by GitHub
parent 0f3e818041
commit 380f3c5015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ on:
jobs: jobs:
prettier: prettier:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- name: Checkout - name: Checkout