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

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