We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bf47d commit bb57589Copy full SHA for bb57589
2 files changed
.github/actions/eslint-runner/action.yml
@@ -28,7 +28,6 @@ runs:
28
uses: MeilCli/common-lint-reporter/transformer/eslint@v1
29
with:
30
report_files: "eslint_report.json"
31
- github_token: ${{ inputs.github_token }}
32
33
- name: Report Lint Results
34
if: always()
.github/actions/vitest-test-runner/action.yml
uses: MeilCli/common-lint-reporter/transformer/junit@v1
report_files: "junit.xml"
- name: Report Test Results
0 commit comments