Skip to content

Commit

Permalink
test without lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Apr 20, 2024
1 parent 20aea98 commit fa83c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Code Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
# - name: Code Lint
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.55.2
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit fa83c8c

Please sign in to comment.