Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Fix Typo (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Dec 1, 2021
1 parent aece0be commit a0cde9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
npm test
code-checks:
name: Task check Code
name: Task check code
if: github.event_name == 'push' || !github.event.pull_request.draft
# if: github.event.issue.pull_request && contains(github.event.comment.body, '/bot check') && contains(github.event.comment.body, 'code')
needs: [basic-checks]
Expand Down

0 comments on commit a0cde9b

Please sign in to comment.