chore: Add php code sniffer github check (#1066)

This commit is contained in:
Attila Kerekes
2022-12-11 10:58:58 +00:00
committed by GitHub
parent d910f8e4f7
commit 5eb1f55b82
13 changed files with 36 additions and 16 deletions

View File

@@ -45,6 +45,9 @@ jobs:
env:
APP_ENV: testing
- name: Php code sniffer
run: ./vendor/bin/phpcs
- name: Upload artifacts
uses: actions/upload-artifact@master
if: failure()