Do not lint dependabot

This commit is contained in:
Gabe Kangas 2021-05-18 10:12:52 -07:00 committed by GitHub
parent 42d76590fc
commit 0f3e818041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ on:
jobs:
golangci:
name: lint
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2