Skip to content

Commit d83793f

Browse files
committed
main
1 parent 227d3a0 commit d83793f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpcs-phpcbf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
steps:
1414
- name: Invoke the PHPCS check and PHPCBF fix
1515
# Use the latest commit in the main branch.
16-
uses: WorkOfStan/phpcs-fix@feature/init
16+
uses: WorkOfStan/phpcs-fix@main
1717
with:
1818
commit-changes: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**PHP Code Beautifier and Fixer** is a GitHub Action that checks your PHP code for style issues using the supported [PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer/) and automatically attempts to fix them using phpcbf ensuring compatibility with [Super-Linter](https://github.com/super-linter/super-linter).
44
(Note that the original [squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) was abandoned.)
5-
It can either commit changes directly to the current branch or create a new branch if you prefer manual review via pull request.
5+
This action can either commit changes directly to the current branch or create a new branch if you prefer manual review via pull request.
66

77
## Features
88

0 commit comments

Comments
 (0)