Skip to content

Commit 8190667

Browse files
authored
Codestyle: improvements (#17)
1 parent 3f926d0 commit 8190667

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
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,*.yaml,*.yml,*.md}]
14+
[{*.json, *.yaml, *.yml, *.md}]
1515
indent_style = space
1616
indent_size = 2

.github/workflows/main.yaml

Lines changed: 9 additions & 9 deletions
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

@@ -23,8 +23,8 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
php-version: ["7.4"]
27-
operating-system: ["ubuntu-latest"]
26+
php-version: [ "7.4" ]
27+
operating-system: [ "ubuntu-latest" ]
2828
fail-fast: false
2929

3030
steps:
@@ -82,8 +82,8 @@ jobs:
8282

8383
strategy:
8484
matrix:
85-
php-version: ["7.4"]
86-
operating-system: ["ubuntu-latest"]
85+
php-version: [ "7.4" ]
86+
operating-system: [ "ubuntu-latest" ]
8787
fail-fast: false
8888

8989
steps:
@@ -138,8 +138,8 @@ jobs:
138138

139139
strategy:
140140
matrix:
141-
php-version: ["7.2", "7.3", "7.4"]
142-
operating-system: ["ubuntu-latest"]
141+
php-version: [ "7.2", "7.3", "7.4" ]
142+
operating-system: [ "ubuntu-latest" ]
143143
composer-args: [ "" ]
144144
include:
145145
- php-version: "7.2"
@@ -207,8 +207,8 @@ jobs:
207207

208208
strategy:
209209
matrix:
210-
php-version: ["7.4"]
211-
operating-system: ["ubuntu-latest"]
210+
php-version: [ "7.4" ]
211+
operating-system: [ "ubuntu-latest" ]
212212
fail-fast: false
213213

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

0 commit comments

Comments
 (0)