Don't run code formatting for dependabot

This commit is contained in:
Gabe Kangas 2021-04-20 23:51:48 -07:00 committed by GitHub
parent 6966d13940
commit 3bfd0fd700

View file

@ -1,10 +1,11 @@
name: linter
# This action works with pull requests and pushes
on: [push, pull_request_target]
on: [push, pull_request]
jobs:
prettier:
format:
if: ${{ github.actor != 'dependabot' }}
runs-on: ubuntu-latest
steps: