Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requirements/dependencies-07a…
Browse files Browse the repository at this point in the history
…3c72131
  • Loading branch information
prmukherj authored Oct 17, 2024
2 parents e6b2381 + 3a1922b commit 93e0698
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 16 deletions.
17 changes: 4 additions & 13 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 Expand Up @@ -113,8 +104,8 @@ jobs:

- name: Retrieve pyfluent-visualization version
run: |
echo "::set-output name=PYFLUENT_VISUALIZATION_VERSION::$(python -c "from ansys.fluent.visualization import __version__; print(__version__)")"
echo "pyfluent-visualization version is: $(python -c "from ansys.fluent.visualization import __version__; print(__version__)")"
echo "PYFLUENT_VISUALIZATION_VERSION=$(python -c "from ansys.fluent.visualization import __version__; print(); print(__version__)" | tail -1)" >> $GITHUB_OUTPUT
echo "pyfluent-visualization version is: $(python -c "from ansys.fluent.visualization import __version__; print(); print(__version__)" | tail -1)"
id: version

- name: Cache examples
Expand Down
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This is the list of PyFluent Visualization's significant contributors.
#
# This file does not necessarily list everyone who has contributed code.
#
# For contributions made under a Corporate CLA, the organization is
# added to this file.
#
# If you have contributed to the repository and want to be added to this file,
# submit a request.
#
#
ANSYS, Inc.
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributors

## Project Lead

* [Sean Pearson](https://github.com/seanpearsonuk)

## Individual Contributors

* [Adam Boutin]([https:](https://github.com/ansaboutin))
* [Alexander Carvalho](https://github.com/acarvalh-work)
* [Aseem Jain](https://github.com/ajain-work)
* [Dan Williams](https://github.com/dnwillia-work)
* [Harshal Pohekar](https://github.com/hpohekar)
* [Mainak Kundu](https://github.com/mkundu1)
* [Prithwish Mukherjee](https://github.com/prmukherj)
* [Raphael Luciano](https://github.com/raph-luc)
4 changes: 3 additions & 1 deletion doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ BasedOnStyles = Vale, Google

# Removing Google-specific rule - Not applicable under some circumstances
Google.WordList = NO
Google.Colons = NO
Google.Colons = NO
Google.Headings = NO
Vale.Terms = NO
4 changes: 2 additions & 2 deletions doc/styles/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*
!Vocab
!Vocab/**
!config
!config/**
!.gitignore
File renamed without changes.
File renamed without changes.

0 comments on commit 93e0698

Please sign in to comment.