+2
-8
.github/workflows/lint.yml
+2
-8
.github/workflows/lint.yml
···
22
22
23
23
- name: Install dependencies
24
24
run: pnpm install --frozen-lockfile
25
-
- name: Save code linting report JSON
26
-
run: pnpm run lint:report
27
-
continue-on-error: true
28
-
29
-
- name: Annotate code linting results
30
-
uses: ataylorme/eslint-annotate-action@v2
31
-
with:
32
-
report-json: "eslint_report.json"
25
+
- name: Lint
26
+
run: pnpm run lint