Skip to content

Commit

Permalink
Update code-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 authored Nov 28, 2024
1 parent c1028d3 commit 86fe56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
exit ${status}
env:
SI_USER_EMAIL: ${{ secrets.SI_USER_EMAIL }}
SI_API_KEY: ${{ secrets.SI_API_KEY }}
SI_API_KEY: ${{ secrets.SI_API_KEY }}

0 comments on commit 86fe56b

Please sign in to comment.