Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
haveachin authored Jan 27, 2024
1 parent c000dbe commit 1ad22f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Lint

on:
push:
branches:
- master
- main
pull_request:

permissions:
Expand Down Expand Up @@ -43,4 +39,4 @@ jobs:
# args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0

# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
only-new-issues: true

0 comments on commit 1ad22f9

Please sign in to comment.