Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ciiiii committed Oct 3, 2024
1 parent e6747be commit e334ad4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

name: Linter
on: [ pull_request ]
on: [pull_request]
jobs:
golangci:
name: Run golangci-lint
Expand All @@ -42,6 +42,9 @@ jobs:
name: Run GoReleaser check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Run GoReleaser (check)
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit e334ad4

Please sign in to comment.