Skip to content

Commit 996be59

Browse files
committed
wearerequired still on eslint 8, eslint 9 pr closed because stale
1 parent cd62005 commit 996be59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/ui-build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ jobs:
2828
- name: Build
2929
working-directory: ui
3030
run: npm run build
31+
32+
- name: Lint
33+
working-directory: ui
34+
run: npm run lint

Diff for: .github/workflows/ui-lint.yml

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
- name: lint
3333
uses: wearerequired/lint-action@548d8a7c4b04d3553d32ed5b6e91eb171e10e7bb # v2
3434
with:
35-
eslint: true
3635
prettier: true
37-
eslint_dir: ui
3836
prettier_dir: ui
39-
eslint_args: "--max-warnings 0"
40-
eslint_extensions: js,ts,jsx,tsx
4137
prettier_extensions: js,ts,jsx,tsx,json

0 commit comments

Comments
 (0)