Skip to content

Commit ec44cd5

Browse files
MAINT: Bump ansys/actions from 5 to 6 (#191)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dkunhamb <[email protected]>
1 parent 6e89ae2 commit ec44cd5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci_cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: PyAnsys code style checks
31-
uses: ansys/actions/code-style@v5
31+
uses: ansys/actions/code-style@v6
3232
with:
3333
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3434
use-python-cache: false
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: PyAnsys documentation style checks
41-
uses: ansys/actions/doc-style@v5
41+
uses: ansys/actions/doc-style@v6
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

doc/.vale.ini

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Vocab = ANSYS
2626

2727
# Apply the following styles
2828
BasedOnStyles = Vale, Google
29+
Vale.Terms = NO

doc/styles/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*
2-
!Vocab
3-
!Vocab/**
2+
!config
3+
!config/**
44
!.gitignore

doc/styles/Vocab/ANSYS/accept.txt renamed to doc/styles/config/vocabularies/ANSYS/accept.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pmaroneh
21
Ansys
32
Postprocessing
43
github

0 commit comments

Comments
 (0)