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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user