Skip to content

Commit

Permalink
ok fu linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Sep 24, 2024
1 parent aaab695 commit c42756b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ jobs:
go-version: ${{ env.GOVER }}
- run: go test -cover ./...

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

- name: set up go lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2
# - name: set up go lint
# uses: golangci/golangci-lint-action@v6
# with:
# version: v1.52.2

build-and-release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs:
- unit-test
- lint
# - lint
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c42756b

Please sign in to comment.