diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9dd2c9a..9c7a9f4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,3 +37,4 @@ jobs: if: success() || failure() # always run even if the previous step fails with: report_paths: lint-results-*.xml + check_name: API Lint Results