diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 841d5b80..069e57de 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -31,19 +31,10 @@ jobs: name: Documentation Style Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Running Vale - uses: errata-ai/vale-action@reviewdog - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + uses: ansys/actions/doc-style@v8 with: - files: doc - reporter: github-pr-check - level: error - filter_mode: nofilter - fail_on_error: true - vale_flags: "--config=doc/.vale.ini" + token: ${{ secrets.GITHUB_TOKEN }} tests: name: Tests and coverage