Skip to content

Commit 266f43d

Browse files
committed
Prepare for release
1 parent cd2f8f6 commit 266f43d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
3939
php phpcs.phar --version
4040
41-
- uses: Novusvetus/action-php_codesniffer@1.2.8
41+
- uses: Novusvetus/action-php_codesniffer@1.2.9
4242
with:
4343
files: "**.php"
4444
scan_all: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php_codesniffer",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"private": true,
55
"description": "GitHub PHP_CodeSniffer action. This workflow check the PHP, CSS and Javascript files for the wanted coding standards.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)