Skip to content

Commit

Permalink
Disable golangci action
Browse files Browse the repository at this point in the history
  • Loading branch information
syjn99 committed Dec 26, 2024
1 parent 333f48c commit 69f9876
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: Test
run: go test -v ./...

golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.17

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
# golangci:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v4
# with:
# go-version: 1.17

# - name: golangci-lint
# uses: golangci/golangci-lint-action@v6
# with:
# version: latest

prettier:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69f9876

Please sign in to comment.