Skip to content

Commit b61b751

Browse files
author
Andrey Helldar
committed
Updated code-style rules
1 parent 930e408 commit b61b751

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Code-style Check"
1+
name: "Code-Style Check"
22

33
on: [ push, pull_request ]
44

@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Checking PHP Syntax
14-
uses: TheDragonCode/php-codestyler@latest
14+
uses: TheDragonCode/php-codestyler@v1.5.5

.github/workflows/lint-fix.yml renamed to .github/workflows/lint-fixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Code-style Fix"
1+
name: "Code-Style Fixer"
22

33
on:
44
push:
@@ -13,6 +13,6 @@ jobs:
1313
uses: actions/checkout@v2
1414

1515
- name: Checking PHP Syntax
16-
uses: TheDragonCode/php-codestyler@latest
16+
uses: TheDragonCode/php-codestyler@v1.5.5
1717
with:
1818
fix: true

0 commit comments

Comments
 (0)