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
+3 -2
View File
@@ -1,10 +1,11 @@
name: linter name: linter
# This action works with pull requests and pushes # This action works with pull requests and pushes
on: [push, pull_request_target] on: [push, pull_request]
jobs: jobs:
prettier: format:
if: ${{ github.actor != 'dependabot' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: