FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Arduino_Core_STM32/.github/workflows/CodeSpell.yml at main · stm32duino/Arduino_Core_STM32 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stm32duino
/
Arduino_Core_STM32
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.3k
Code
Issues
21
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Arduino_Core_STM32
/
.github
/
workflows
/
CodeSpell.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
27 lines (24 loc) · 773 Bytes
Breadcrumbs
Arduino_Core_STM32
/
.github
/
workflows
/
CodeSpell.yml
Copy path
File metadata and controls
27 lines (24 loc) · 773 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name
:
codespell
on
:
push
:
branches
:
-
main
pull_request
:
#
Allows you to run this workflow manually from the Actions tab
workflow_dispatch
:
jobs
:
codespell
:
name
:
Check for spelling errors
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v4
#
See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
-
name
:
Spell check
uses
:
codespell-project/actions-codespell@v2
with
:
check_filenames
:
true
check_hidden
:
true
#
In the event of a false positive, add the word in all lower case to this file:
ignore_words_file
:
./CI/codespell/.codespellignore
skip
:
./.git,./CI,./system/Drivers,./system/Middlewares
Back
|
FazBrowse Home
|
New Git URL