Skip to content

Commit 3aa3097

Browse files
committed
Add GitHub Action for PHP CodeSniffer.
1 parent fb06ede commit 3aa3097

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ jobs:
1313
- uses: "docker://composer"
1414
with:
1515
args: composer validate --strict --working-dir=solid/
16+
17+
php-codesniffer:
18+
runs-on: ubuntu-20.04
19+
steps:
20+
- uses: actions/checkout@v2
21+
- uses: pipeline-components/php-codesniffer@master
22+
with:
23+
options: --standard=build/phpcs.xml.dist

0 commit comments

Comments
 (0)