Skip to content

Commit

Permalink
Merge branch 'main' into refact/edb_load_amat
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Oct 28, 2023
2 parents 93e7f5c + d598b7c commit e223656
Show file tree
Hide file tree
Showing 13 changed files with 15,970 additions and 86 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,15 @@ concurrency:

jobs:
docs-style:
name: Documentation Style Check
name: "Check documentation style"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Running Vale
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Check documentation style"
uses: ansys/actions/doc-style@v4
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 }}
vale-config: "doc/.vale.ini"
vale-version: "2.29.6"

docs_build:
runs-on: ubuntu-20.04
Expand Down
Loading

0 comments on commit e223656

Please sign in to comment.