From 5bb3686ea8b6feb55d6bb2b345f5c6cee52d514a Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Tue, 21 Dec 2021 08:57:46 -0500 Subject: [PATCH] ci fix check style action The ability for lvgl-bot to format isn't being added. --- .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 989e93320..54f42f8c9 100644 --- a/.github/workflows/check_style.yml +++ b/.github/workflows/check_style.yml @@ -35,5 +35,5 @@ jobs: message: | Your PR needs its formatting corrected before it can be merged upstream. - Please comment `@lvgl-bot format` if you would like our bot to commit this change for you. + Please run `scripts/code-format.py` and commit the resulting change. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}