diff --git a/action.yml b/action.yml index 2b4f1a3..103bc9c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'PHP CodeSniffer Check' +name: 'PHP_CodeSniffer Check' description: 'PHPCS checker with annotations out of the box' author: 'Ilya Chekalsky' inputs: diff --git a/problem-matcher.json b/problem-matcher.json index 1cd6a14..0913d96 100644 --- a/problem-matcher.json +++ b/problem-matcher.json @@ -5,7 +5,7 @@ "severity": "error", "pattern": [ { - "regexp": "^$", + "regexp": "^$", "file": 1 }, {