Skip to content

Commit

Permalink
Update lint-phpcs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe authored Dec 18, 2023
1 parent 432b831 commit e0f8fea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-phpcs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Lint

on:
workflow_dispatch:
push:
pull_request:
branches: [master]
pull_request:
branches: [master, develop, linter-formatting]

permissions:
contents: read
Expand All @@ -23,4 +25,4 @@ jobs:
tools: composer, cs2pr, phpcs
- name: Run phpcs
run: |
phpcs --standard=PSR2 --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./
phpcs --standard=./ruleset.xml --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./

0 comments on commit e0f8fea

Please sign in to comment.