Skip to content

Commit

Permalink
Add action to spell check docs and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Sep 23, 2024
1 parent 177c57b commit 16398ef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions 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 @@ -159,4 +159,4 @@ jobs:
- uses: hustcer/setup-nu@main
with:
version: "*"
- run: nu docs/sample_config/prompt_tests.nu
- run: nu docs/sample_config/prompt_tests.nu
13 changes: 13 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Spellcheck Action
on: push
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/[email protected]
name: Spellcheck
with:
source_files: README.md
task_name: Docs

0 comments on commit 16398ef

Please sign in to comment.