mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-17 18:52:06 +00:00
chore: add lint for ModManUi
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -57,6 +57,13 @@ jobs:
|
|||||||
make -C build -j$(nproc) config=release_${{ matrix.build_arch }} all
|
make -C build -j$(nproc) config=release_${{ matrix.build_arch }} all
|
||||||
chmod +x build/bin/Release_${{ matrix.build_arch }}/{ImageConverter,Unlinker,Linker}
|
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
|
- name: Test
|
||||||
working-directory: ${{ github.workspace }}/build/lib/Release_${{ matrix.build_arch }}/tests
|
working-directory: ${{ github.workspace }}/build/lib/Release_${{ matrix.build_arch }}/tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user