From 24605f302de9aa2ceb1ca3814af90f44550d4d1d Mon Sep 17 00:00:00 2001 From: mizdra Date: Sat, 18 Feb 2023 22:45:10 +0900 Subject: [PATCH] =?UTF-8?q?reviewdog=20=E4=BD=BF=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02a3ca0..f7d4761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,9 @@ jobs: with: node-version: 18 cache: 'npm' + - uses: reviewdog/action-setup@v1 + - run: npm install - - run: npm run --workspaces lint + - run: npm run --workspaces lint | reviewdog -f=tsc -reporter=github-check + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}