2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-26 11:31:43 +00:00

chore: linting in separate ci step (#814)

* chore: lint ModMan UI in CI

* chore: do not lint in build step anymore

* chore: also do linting on main
This commit is contained in:
Jan
2026-05-26 00:18:23 +02:00
committed by GitHub
parent 414ff2f8d9
commit b6cebe2c67
2 changed files with 28 additions and 7 deletions
-2
View File
@@ -68,7 +68,6 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
npm install
npm run lint
npm run build
- name: Build
@@ -127,7 +126,6 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
npm install
npm run lint
npm run build
- name: Build