Skip to content

Commit

Permalink
+ ci typos check
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Dec 3, 2024
1 parent 4ee8633 commit 89d2a48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
# github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
- name: Use custom config file
uses: crate-ci/typos@master
- uses: actions/checkout@v4
with:
repository: 'myrrhlab/vaultix-mdbook-custom'
Expand Down Expand Up @@ -60,9 +61,10 @@ jobs:
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
# github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
- name: Use custom config file
uses: crate-ci/typos@master
- uses: actions/checkout@v4
with:
repository: 'myrrhlab/vaultix-mdbook-custom'
Expand Down

0 comments on commit 89d2a48

Please sign in to comment.