From 91cc83c054a9ddeea33ca46a2e760a30448d91c3 Mon Sep 17 00:00:00 2001 From: Glavo Date: Tue, 14 Sep 2021 23:16:18 +0800 Subject: [PATCH] fix: action name --- .github/workflows/check-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 0273176c0..3cb14889f 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -1,4 +1,4 @@ -name: Check Translations +name: Check Style on: [push, pull_request]