Skip to content

Commit 4b662ce

Browse files
committed
Workflow build enviroment
1 parent c068990 commit 4b662ce

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ jobs:
2525
run: |
2626
go mod tidy
2727
28-
# Step 4: Run Linting (you can use golangci-lint for Go code linting)
29-
- name: Run GolangCI Lint
30-
uses: golangci/golangci-lint-action@v3
31-
with:
32-
version: v1.64.5 # Specify the GolangCI Lint version
33-
extra_args: |
34-
--disable=staticcheck
35-
--disable=tenv
36-
--output-format=colored-line-number
28+
3729
3830
docker:
3931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)