Browse Source

Update linter.yml

pull/1886/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
34e1dcfc52
  1. 2
      web/.github/workflows/linter.yml

2
web/.github/workflows/linter.yml

@ -5,7 +5,7 @@ on: [push, pull_request] @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
format:
if: ${{ github.actor != 'dependabot' }}
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save