diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 29d9b144..3db76098 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -12,24 +12,6 @@ on: tags: [ "v*" ] jobs: - golangci: - name: Run Linter - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - name: Checkout code - - - uses: actions/setup-go@v6 - name: Install Go - with: - go-version-file: go.mod - - - name: Run Golang Linter - uses: golangci/golangci-lint-action@v6 - with: - version: latest - args: --timeout=5m - unit_integration_tests: name: Unit and Integration tests runs-on: ubuntu-latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c59d61dc..5397a3bb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -23,12 +23,6 @@ jobs: with: go-version-file: go.mod - - name: Run Golangci linter - uses: golangci/golangci-lint-action@v6 - with: - version: latest - args: --timeout=5m - unit_tests: name: Unit & Integration tests runs-on: ubuntu-latest