Skip to content

Commit 0560acd

Browse files
author
Andrey Helldar
authored
Create lint-fix.yml
1 parent a747fff commit 0560acd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/lint-fix.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Code-style Fix"
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
fix:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v2
14+
15+
- name: Checking PHP Syntax
16+
uses: TheDragonCode/php-codestyler@latest
17+
with:
18+
fix: true

0 commit comments

Comments
 (0)