Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/anyio-4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Feb 27, 2024
2 parents 4a46d2b + 61ecce1 commit ce7ad01
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: ansys/actions/doc-style@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
vale-version: "3.1.0"

smoke-tests:
name: "Build and Smoke tests"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt"]
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt"]

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand Down
1 change: 1 addition & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Vocab = ANSYS

# Apply the following styles
BasedOnStyles = Vale, Google
Vale.Terms = NO

# Removing Google-specific rule - Not applicable under some circumstances
Google.Colons = NO
File renamed without changes.
File renamed without changes.

0 comments on commit ce7ad01

Please sign in to comment.