From 19554da68a25c779014631ba3081a9f489341660 Mon Sep 17 00:00:00 2001 From: Ink33 <51873347+Ink-33@users.noreply.github.com> Date: Sun, 23 May 2021 15:58:52 +0800 Subject: [PATCH] fix(ci): fix pr actions --- .github/workflows/suggester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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