Skip to content

Commit

Permalink
Switch to pyansys doc style action
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Jan 15, 2024
1 parent 00b168b commit 8aaab6a
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/docs-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ jobs:
name: Documentation Style Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Running Vale
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: docs
reporter: ${{ inputs.vale_reporter || 'local' }}
level: error
filter_mode: nofilter
fail_on_error: true
vale_flags: "--config=docs/.vale.ini"
- name: "Running documentation style checks"
uses: ansys/actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
vale-config: "docs/.vale.ini"

0 comments on commit 8aaab6a

Please sign in to comment.