mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Do not lint dependabot
This commit is contained in:
parent
42d76590fc
commit
0f3e818041
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue