Update phpcs_psr12.yml

This commit is contained in:
Florian Pesth 2023-11-15 11:41:55 +01:00 committed by GitHub
parent f882fe196a
commit aeed2a779e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 10 deletions

View File

@ -1,14 +1,6 @@
name: "CI"
on:
workflow_dispatch:
paths:
- "**.php"
- "html"
pull_request:
paths:
- "**.php"
- "html"
on: [workflow_dispatch, pull_request]
jobs:
phpcs:
@ -27,6 +19,6 @@ jobs:
- uses: tinovyatkin/action-php-codesniffer@v1
with:
files: "**.php" # you may customize glob as needed
files: "html/*.php"
phpcs_path: php phpcs.phar
standard: PSR12