Browse Source

Update linter.yml

pull/1886/head
Gabe Kangas 5 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]
jobs: jobs:
format: format:
if: ${{ github.actor != 'dependabot' }} if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

Loading…
Cancel
Save