diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml deleted file mode 100644 index f40f25b..0000000 --- a/.github/workflows/golangci-lint.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: golangci-lint - -on: - push: - tags-ignore: - - '**' - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - name: golangci-lint - runs-on: ubuntu-latest - steps: - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.20.x - - - name: Check out code into the Go module directory - uses: actions/checkout@v3 - - - name: Build source code - run: go build ./... - - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - only-new-issues: true \ No newline at end of file