Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maint/doc style fix #446

Merged
merged 23 commits into from
Oct 17, 2024
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5fe273b
build: Bump version to v0.11.dev0
prmukherj Jun 21, 2024
7da40a0
Merge branch 'main' into release/v0.11.dev0
prmukherj Jun 24, 2024
cd34356
Merge branch 'release/v0.11.dev0' of https://github.com/pyansys/pyflu…
prmukherj Jul 2, 2024
d17fb8a
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 8, 2024
fe41ed1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 9, 2024
de52b2e
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 16, 2024
9c7a215
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 24, 2024
616dea1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 19, 2024
30e5c5c
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 20, 2024
0d91d78
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 21, 2024
2a1d92f
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 28, 2024
03be4f5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 5, 2024
14c2013
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 12, 2024
1c410d7
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 18, 2024
03972ed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 8, 2024
0850f17
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 10, 2024
fab2277
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 17, 2024
d8f3058
ci: Update doc style.
prmukherj Oct 17, 2024
a205592
Update fix.
prmukherj Oct 17, 2024
71895ac
Update .github/workflows/ci_cd.yml
prmukherj Oct 17, 2024
9a15e19
fix: not needed args
RobPasMue Oct 17, 2024
e50ee2a
Updates.
prmukherj Oct 17, 2024
e5b830d
Merge branch 'maint/doc_style_fix' of https://github.com/pyansys/pyfl…
prmukherj Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down