Skip to content

Commit 26b2a66

Browse files
authored
Codestyle: improvements (#13)
1 parent 17391dd commit 26b2a66

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
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'"

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "contributte/security",
33
"description": "Extra contrib to nette/security",
4-
"keywords": ["nette", "security", "authentication", "authorization", "acl", "privilege"],
4+
"keywords": [
5+
"nette",
6+
"security",
7+
"authentication",
8+
"authorization",
9+
"acl",
10+
"privilege"
11+
],
512
"type": "library",
613
"license": "MIT",
714
"homepage": "https://github.com/contributte/security",

0 commit comments

Comments
 (0)