Browse Source

Don't run code formatting for dependabot

pull/1886/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
3bfd0fd700
  1. 5
      web/.github/workflows/linter.yml

5
web/.github/workflows/linter.yml

@ -1,10 +1,11 @@ @@ -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:

Loading…
Cancel
Save