Skip to content

Commit

Permalink
reenable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Aug 14, 2024
1 parent 85e2c90 commit 03ee84d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: checks
on:
push:
branches: [ "main" ]
branches: ["main"]
tags: ["v*"]
pull_request:
branches: [ "main" ]
branches: ["main"]

permissions:
contents: read
Expand All @@ -23,4 +23,4 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
args: -c .golangci.yml
only-new-issues: true
only-new-issues: false

0 comments on commit 03ee84d

Please sign in to comment.