We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76afc76 commit 3067b2cCopy full SHA for 3067b2c
1 file changed
.github/workflows/linting.yml
@@ -13,3 +13,9 @@ jobs:
13
- uses: "docker://pipelinecomponents/jsonlint:latest"
14
with:
15
args: "find . -not -path './.git/*' -name '*.json' -type f"
16
+
17
+ lint-php:
18
+ runs-on: ubuntu-20.04
19
+ steps:
20
+ - uses: actions/checkout@v2
21
+ - uses: pipeline-components/php-linter@master
0 commit comments