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 961fe14 commit 0b1ab3a
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 @@ -28,7 +28,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
if: "!contains(github.event.head_commit.message, 'lint-skip')"
if: ${{!contains(github.event.head_commit.message, 'lint-skip')}}
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit 0b1ab3a

Please sign in to comment.