diff --git a/.github/workflows/code-checker.yml b/.github/workflows/code-checker.yml index 8c65557..ae99066 100644 --- a/.github/workflows/code-checker.yml +++ b/.github/workflows/code-checker.yml @@ -8,7 +8,7 @@ # Note that even if the code checker step by itself fails, the full workflow doesn't. # This reduces noise, and ensure that other problems in the workflow will still be reported. -name: Accessibility Code Checker (this workflow *should* fail!) +name: Accessibility Code Checker on: push: branches: @@ -55,4 +55,4 @@ jobs: exit ${status} env: SI_USER_EMAIL: ${{ secrets.SI_USER_EMAIL }} - SI_API_KEY: ${{ secrets.SI_API_KEY }} \ No newline at end of file + SI_API_KEY: ${{ secrets.SI_API_KEY }}