Update linter.yml

This commit is contained in:
Gabe Kangas
2021-04-23 08:49:19 -07:00
committed by GitHub
parent 6c2fc91c75
commit 34e1dcfc52

View File

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