Skip to content

Commit 9b46d82

Browse files
authored
editorconfig for the github actions (#400)
1 parent 1ba9f58 commit 9b46d82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[*.yml]
2+
indent_size = 2

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: "PHP-CS-Fixer"
1818
uses: "docker://oskarstark/php-cs-fixer-ga:2.19.0"
1919
with:
20-
args: --diff --dry-run
20+
args: --diff --dry-run

0 commit comments

Comments
 (0)