Browse Source

Do not lint dependabot

pull/1026/head
Gabe Kangas 5 years ago committed by GitHub
parent
commit
0f3e818041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/lint.yml

1
.github/workflows/lint.yml

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

Loading…
Cancel
Save