From 0886cc3ba368eaa384fabead1d791735161e7157 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Tue, 20 Dec 2022 18:50:42 +0800 Subject: [PATCH] lotus: Fix GH Actions build 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 3e4d3a1fee..67239a1f6b 100644 --- a/.github/workflows/lotus.yml +++ b/.github/workflows/lotus.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: pip3 install -r requirements-dev.txt - -name: Lint lotus + - name: Lint lotus run: qmk lint -kb lotus - name: Build Lotus