From a0cde9b519d7d53bf7926ad249f3f5e991744a6c Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 1 Dec 2021 12:54:23 +0800 Subject: [PATCH] Fix Typo (#964) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d7c2ae23..0f0846a92e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: npm test code-checks: - name: Task check Code + name: Task check code if: github.event_name == 'push' || !github.event.pull_request.draft # if: github.event.issue.pull_request && contains(github.event.comment.body, '/bot check') && contains(github.event.comment.body, 'code') needs: [basic-checks]