Skip to content

Commit c54601d

Browse files
committed
set linting standard to psr12
1 parent 1abb726 commit c54601d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
# but only for the main branch
66
push:
77
branches:
8-
- 'releases/**'
98
- 'main'
109
# Replace pull_request with pull_request_target if you
1110
# plan to use this action with forks, see the Limitations section
1211
pull_request:
1312
branches:
14-
- 'releases/**'
1513
- 'main'
1614

1715
# Down scope as necessary via https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
@@ -39,3 +37,4 @@ jobs:
3937
uses: wearerequired/lint-action@v2
4038
with:
4139
php_codesniffer: true
40+
php_codesniffer_args: "--standard=psr12"

0 commit comments

Comments
 (0)