From 9743049948e5945aab61c15e5c0e1993d55684be Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Wed, 21 Dec 2022 23:10:38 +0800 Subject: [PATCH] lotus: Fix gh actions lint Signed-off-by: Daniel Schaefer --- .github/workflows/lotus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lotus.yml b/.github/workflows/lotus.yml index dfb36805ed..9159eaf5a3 100644 --- a/.github/workflows/lotus.yml +++ b/.github/workflows/lotus.yml @@ -22,7 +22,7 @@ jobs: run: pip3 install -r requirements-dev.txt - name: Lint lotus - run: qmk lint -kb lotus + run: qmk lint -kb lotus -km 78_ansi -km 79_iso -km 83_jis - name: Build Lotus ANSI variant run: qmk compile -kb lotus -km 78_ansi