Skip to content

Commit

Permalink
add lint-skip
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-96 committed Jun 23, 2024
1 parent 0b1ab3a commit 7f99d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Display Go version
run: go version
- name: Code Lint
if: ${{!contains(github.event.head_commit.message, 'lint-skip')}}
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
if: ${{!contains(github.event.head_commit.message, 'lint-skip')}}
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit 7f99d62

Please sign in to comment.