Skip to content

Commit

Permalink
Fix Lint GH workflow (#1512)
Browse files Browse the repository at this point in the history
* Remove ignored branches and increase timeout

* Broader triggers

* Add verbose output
  • Loading branch information
Stefan-Ethernal committed May 16, 2023
1 parent e42d00c commit c349064
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches-ignore:
- 'develop'
- 'release/**'
branches:
- '*'
tags-ignore:
- 'v*'
paths:
- '**.go'
pull_request:
workflow_call: {}
workflow_dispatch: {}

Expand All @@ -26,3 +26,5 @@ jobs:

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m --verbose

0 comments on commit c349064

Please sign in to comment.