From 58eac220fda79850837d60420c5ab65e33006077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:59:03 +0000 Subject: [PATCH 1/2] Bump ansys/actions from 5 to 6 Bumps [ansys/actions](https://github.com/ansys/actions) from 5 to 6. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 96c08bbc..df8cffaf 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys code style checks - uses: ansys/actions/code-style@v5 + uses: ansys/actions/code-style@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} use-python-cache: false @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v5 + uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} From f1685bb9da7a167597be79a25841be45efecde02 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:48:06 +0200 Subject: [PATCH 2/2] fix: vale --- doc/.vale.ini | 1 + doc/styles/.gitignore | 8 +++++--- .../{Vocab => config/vocabularies}/ANSYS/accept.txt | 0 .../{Vocab => config/vocabularies}/ANSYS/reject.txt | 0 4 files changed, 6 insertions(+), 3 deletions(-) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/accept.txt (100%) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/reject.txt (100%) diff --git a/doc/.vale.ini b/doc/.vale.ini index 7ce9bda0..5330e79e 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -26,3 +26,4 @@ Vocab = ANSYS # Apply the following styles BasedOnStyles = Vale, Google +Vale.Terms = NO diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 080f12aa..35b635bb 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,4 +1,6 @@ * -!Vocab -!Vocab/** -!.gitignore \ No newline at end of file +!config +!config/vocabularies +!config/vocabularies/ANSYS +!config/vocabularies/ANSYS/** +!.gitignore diff --git a/doc/styles/Vocab/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/accept.txt rename to doc/styles/config/vocabularies/ANSYS/accept.txt diff --git a/doc/styles/Vocab/ANSYS/reject.txt b/doc/styles/config/vocabularies/ANSYS/reject.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/reject.txt rename to doc/styles/config/vocabularies/ANSYS/reject.txt