Skip to content

Commit

Permalink
fix: code-style description (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: Revathyvenugopal162 <revathy.venugopal@ansys.com>
  • Loading branch information
jorgepiloto and Revathyvenugopal162 committed Mar 21, 2024
1 parent bd279a8 commit 59d23ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions code-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@
name: >
Code style
description: >
description: |
This action evaluates the code quality of your project by using `pre-commit
<https://github.com/pre-commit/pre-commit/>`_. The action installs and runs
``pre-commit``. It is assumed that your project contains a
``.pre-commit-config.yaml`` file in the root directory. The action can also
be extended to lint docker files that are contained in the docker directory and the .devcontainer directory.
be extended to lint docker files that are contained in the docker directory
and the .devcontainer directory.
.. warning::
.. warning::
If docker lint is enabled and directories docker or .devcontainer exist,
the action will fail if it doesn't find a Dockerfile.
If docker lint is enabled and directories docker or .devcontainer exist,
the action will fail if it doesn't find a Dockerfile.
inputs:
Expand Down

0 comments on commit 59d23ed

Please sign in to comment.