mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
update ui ci names and levels (#929)
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -68,10 +68,10 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Check Linting
|
||||
run: npm run lint
|
||||
run: npm run lint-ci
|
||||
|
||||
- name: Check Formatting
|
||||
run: npm run check-format
|
||||
run: npm run format-ci
|
||||
photon-build-examples:
|
||||
runs-on: ubuntu-22.04
|
||||
name: "Build Examples"
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"build-only": "vite build",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/",
|
||||
"check-format": "prettier --check src/"
|
||||
"lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format-ci": "prettier --check src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/prompt": "^5.0.5",
|
||||
|
||||
Reference in New Issue
Block a user