Skip to content

Commit 21d28f9

Browse files
authored
Codestyle: improvements (#57)
1 parent 5498935 commit 21d28f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ indent_style = tab
1111
indent_size = tab
1212
tab_width = 4
1313

14-
[{*.json,*.yml,*.yaml,*.md}]
14+
[{*.json, *.yaml, *.yml, *.md}]
1515
indent_style = space
1616
indent_size = 2

.github/workflows/main.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- ".docs/**"
77
push:
88
branches:
9-
- "master"
9+
- "*"
1010
schedule:
1111
- cron: "0 8 * * 1" # At 08:00 on Monday
1212

@@ -24,8 +24,8 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
php-version: ["7.4"]
28-
operating-system: ["ubuntu-latest"]
27+
php-version: [ "7.4" ]
28+
operating-system: [ "ubuntu-latest" ]
2929
fail-fast: false
3030

3131
steps:
@@ -84,8 +84,8 @@ jobs:
8484

8585
strategy:
8686
matrix:
87-
php-version: ["7.4"]
88-
operating-system: ["ubuntu-latest"]
87+
php-version: [ "7.4" ]
88+
operating-system: [ "ubuntu-latest" ]
8989
fail-fast: false
9090

9191
steps:
@@ -141,8 +141,8 @@ jobs:
141141

142142
strategy:
143143
matrix:
144-
php-version: ["7.2", "7.3", "7.4"]
145-
operating-system: ["ubuntu-latest"]
144+
php-version: [ "7.2", "7.3", "7.4" ]
145+
operating-system: [ "ubuntu-latest" ]
146146
composer-args: [ "" ]
147147
include:
148148
- php-version: "7.2"
@@ -215,8 +215,8 @@ jobs:
215215

216216
strategy:
217217
matrix:
218-
php-version: ["7.4"]
219-
operating-system: ["ubuntu-latest"]
218+
php-version: [ "7.4" ]
219+
operating-system: [ "ubuntu-latest" ]
220220
fail-fast: false
221221

222222
if: "github.event_name == 'push'"

0 commit comments

Comments
 (0)