FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fastfetch/.github/workflows/build-spellcheck.yml at dev · fastfetch-cli/fastfetch · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fastfetch-cli
/
fastfetch
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
885
Star
24.6k
Code
Issues
64
Pull requests
25
Discussions
Actions
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
fastfetch
/
.github
/
workflows
/
build-spellcheck.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (18 loc) · 440 Bytes
Breadcrumbs
fastfetch
/
.github
/
workflows
/
build-spellcheck.yml
Copy path
File metadata and controls
24 lines (18 loc) · 440 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
name
:
Reusable Spellcheck
on
:
workflow_call
:
permissions
:
contents
:
read
jobs
:
spellcheck
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
checkout repository
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
name
:
Install codespell
shell
:
bash
run
:
|
pip3 install codespell
codespell --version
-
name
:
Run Spellchecker
run
:
codespell
Back
|
FazBrowse Home
|
New Git URL