Update ci.yml
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -25,10 +25,12 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint "src/**/*.ts"
|
run: npx eslint "src/**/*.ts" --max-warnings 0
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Run Prettier check
|
- name: Run Prettier check
|
||||||
run: npx prettier --check "src/**/*.ts" "test/**/*.ts"
|
run: npx prettier --check "src/**/*.ts" "test/**/*.ts"
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user