-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add auto check typos flow when RP (#957)
* chore: add auto check typos flow when RP * chore: fix action config * chore: fix action config * Update .github/workflows/typos.yaml Co-authored-by: Eric Nordelo <eric.nordelo39@gmail.com> * fix: utilities typos --------- Co-authored-by: Eric Nordelo <eric.nordelo39@gmail.com>
- Loading branch information
1 parent
733a1ef
commit 17e6bcc
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Check for typos | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
check-for-typos: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check for typos | ||
uses: crate-ci/typos@bcafd462cb07ef7ba57e34abf458fe20767e808b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters