diff --git a/.github/workflows/suggester.yml b/.github/workflows/suggester.yml index 331952b..89bcb6f 100644 --- a/.github/workflows/suggester.yml +++ b/.github/workflows/suggester.yml @@ -16,7 +16,7 @@ jobs: - name: Tests run: | - run: go test $(go list ./...) + go test $(go list ./...) - name: golangci-lint uses: golangci/golangci-lint-action@v2 @@ -26,4 +26,4 @@ jobs: - name: Suggester uses: reviewdog/action-suggester@v1 with: - tool_name: golangci-lint \ No newline at end of file + tool_name: golangci-lint