Skip to content

Commit

Permalink
update configuration, add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Dec 8, 2024
1 parent e1ebecf commit 8c1bd62
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ on:
pull_request:

jobs:
spell:
name: Lint documentation
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- name: GitHub Spellcheck Action
uses: rojopolis/[email protected]
# The checkout step
- uses: actions/checkout@v4
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck
with:
source_files: book/src/**/*.md reference/src/**/*.md

0 comments on commit 8c1bd62

Please sign in to comment.