diff --git a/.github/workflows/lotus.yml b/.github/workflows/lotus.yml index ef7fefea51..3e4d3a1fee 100644 --- a/.github/workflows/lotus.yml +++ b/.github/workflows/lotus.yml @@ -21,6 +21,9 @@ jobs: - name: Install dependencies run: pip3 install -r requirements-dev.txt + -name: Lint lotus + run: qmk lint -kb lotus + - name: Build Lotus run: qmk compile -kb lotus -km default