mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
chore(github): add lint
This commit is contained in:
2
.github/workflows/github_actions.yml
vendored
2
.github/workflows/github_actions.yml
vendored
@@ -37,5 +37,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Lint
|
||||||
|
run: npm run lint
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run production
|
run: npm run production
|
||||||
|
|||||||
Reference in New Issue
Block a user