diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66b5b0d..5dfa339 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,3 @@ jobs: id: lint run: | golangci-lint run - - name: Run Revive Action by pulling pre-built image - uses: docker://morphy/revive-action:v2 - with: - config: .revive.toml