fix linting
This commit is contained in:
parent
20ceab239c
commit
f3a6297464
3 changed files with 8 additions and 4 deletions
|
@ -16,6 +16,10 @@ runtimes:
|
||||||
- python@3.10.8
|
- python@3.10.8
|
||||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||||
lint:
|
lint:
|
||||||
|
ignore:
|
||||||
|
- linters: [markdownlint]
|
||||||
|
paths:
|
||||||
|
- LICENCE.md
|
||||||
disabled:
|
disabled:
|
||||||
- git-diff-check
|
- git-diff-check
|
||||||
enabled:
|
enabled:
|
||||||
|
|
|
@ -5,15 +5,15 @@ Sets up a PHP project with GitHub Actions, including detecting PHP version and r
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Inputs:
|
## Inputs
|
||||||
|
|
||||||
- `working_directory`: The directory to run the PHP setup in. Default: `.`.
|
- `working_directory`: The directory to run the PHP setup in. Default: `.`.
|
||||||
- `php_tools`: The PHP tools to install.
|
- `php_tools`: The PHP tools to install.
|
||||||
|
|
||||||
## Outputs:
|
## Outputs
|
||||||
|
|
||||||
- `php_version`: The PHP version that was detected.
|
- `php_version`: The PHP version that was detected.
|
||||||
|
|
||||||
## Exported Envs:
|
## Exported Envs
|
||||||
|
|
||||||
- `PHP_VERSION`: The PHP version that was detected.
|
- `PHP_VERSION`: The PHP version that was detected.
|
||||||
|
|
Loading…
Reference in a new issue