From b2e5464d388440b25dc19e36e0b5a0eb692cb9dd Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Fri, 10 Oct 2025 00:29:34 +0200 Subject: [PATCH] chore: add lint for ModManUi --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bdc60d4..c35c64e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,6 +57,13 @@ jobs: make -C build -j$(nproc) config=release_${{ matrix.build_arch }} all chmod +x build/bin/Release_${{ matrix.build_arch }}/{ImageConverter,Unlinker,Linker} + - name: Lint + working-directory: ${{ github.workspace }} + run: | + export NVM_DIR=/root/.nvm + source $NVM_DIR/nvm.sh + npm --prefix src/ModManUi run lint + - name: Test working-directory: ${{ github.workspace }}/build/lib/Release_${{ matrix.build_arch }}/tests run: |