From 00595d8c8415f439f83d6e668e43b37722fe78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Catt=C4=AB=20Cr=C5=ABd=C4=93l=C4=93s?= <17695588+wzy9607@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:29:57 +0800 Subject: [PATCH] chore(ci): add reviewdog (#12) --- .github/workflows/reviewdog.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/reviewdog.yml diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml new file mode 100644 index 0000000..8c4cadd --- /dev/null +++ b/.github/workflows/reviewdog.yml @@ -0,0 +1,12 @@ +name: reviewdog +on: + pull_request: + +jobs: + golangci-lint: + name: golangci-lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run golangci-lint + uses: reviewdog/action-golangci-lint@v2