Skip to content

Commit 14bc218

Browse files
committed
README: make the required files more explicit
1 parent 22e3628 commit 14bc218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ It also means that, as the configuration for each tool is always in a committed
3232

3333
The following re-usable workflows are available:
3434
* [`reusable-markdownlint.yml`][reusable-markdownlint] which runs a (code-style) [linter for Markdown/CommonMark files][markdownlint-cli2].
35-
**Requires**: a `.markdownlint-cli2.y*ml` configuration file in the project root.
35+
**Requires**: a `.markdownlint-cli2.yml` or `.markdownlint-cli2.yaml` configuration file in the project root.
3636
* [`reusable-phpstan.yml`][reusable-phpstan] which runs the [PHPStan] tool.
37-
**Requires**: a `phpstan.neon*` configuration file in the project root.
37+
**Requires**: a `phpstan.neon.dist` or `phpstan.neon` configuration file in the project root.
3838
**Inputs**:
3939
- `phpVersion`: Optional. The PHP version to use. Defaults to 'latest'.
4040
- `phpstanVersion`: Optional. The PHPStan version to use. Defaults to the latest available version.
@@ -45,7 +45,7 @@ The following re-usable workflows are available:
4545
- `fail-on-warnings`: Optional. Whether to exit as failed when there are warnings. Defaults to "true".
4646
* [`reusable-yamllint.yml`][reusable-yamllint] which runs two linters for Yaml files.
4747
1. [yamllint] which checks all YAML files for syntax validity, code style and runs some QA checks too.
48-
**Requires**: a `.yamllint.y*ml` configuration file in the project root.
48+
**Requires**: a `.yamllint.yml` or `.yamllint.yaml` configuration file in the project root.
4949
**Inputs**:
5050
+ `strict`: Optional. Whether to enable strict mode. Defaults to "false".
5151
2. [actionlint] which runs a static analysis check on GitHub Actions workflow files only.

0 commit comments

Comments
 (0)