From 33777bc592fd112bff83cb9f5927fc982c42d161 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Sat, 19 Mar 2022 19:37:20 +0800 Subject: [PATCH] Update .github/workflows/style.yml --- .github/workflows/style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 7907d128534..b32ad10c1d8 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -31,7 +31,7 @@ concurrency: # Well, sometimes when we introduce a new module, it may 'fail' the style check for missing # dependency we just create for other module to inherit. # We can ignore this failure and merge the PR, if we see the style check pass on the new module - # or via a local quick verification. +# or via a local quick verification. jobs: linter: name: Style check