We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930e408 commit b61b751Copy full SHA for b61b751
.github/workflows/lint-check.yml
@@ -1,4 +1,4 @@
1
-name: "Code-style Check"
+name: "Code-Style Check"
2
3
on: [ push, pull_request ]
4
@@ -11,4 +11,4 @@ jobs:
11
uses: actions/checkout@v2
12
13
- name: Checking PHP Syntax
14
- uses: TheDragonCode/php-codestyler@latest
+ uses: TheDragonCode/php-codestyler@v1.5.5
.github/workflows/lint-fix.yml renamed to .github/workflows/lint-fixer.yml
-name: "Code-style Fix"
+name: "Code-Style Fixer"
on:
push:
@@ -13,6 +13,6 @@ jobs:
15
16
17
with:
18
fix: true
0 commit comments