update ui ci names and levels (#929)

This commit is contained in:
Sriman Achanta
2023-10-01 21:28:07 -04:00
committed by GitHub
parent 5267b2c70d
commit 65d5494ab3
2 changed files with 4 additions and 3 deletions

View File

@@ -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"

View File

@@ -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",