Skip to content

Commit e8ce827

Browse files
committed
Fix some lint
Needs #88 to be merged into this branch
1 parent c618928 commit e8ce827

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test_role_logstash.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
default: 'warning'
1010
type: choice
1111
options:
12-
- info
13-
- warning
14-
- debug
12+
- info
13+
- warning
14+
- debug
1515
push:
1616
branches:
1717
- 'feature/**'

.github/workflows/test_role_repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
default: 'warning'
99
type: choice
1010
options:
11-
- info
12-
- warning
13-
- debug
11+
- info
12+
- warning
13+
- debug
1414
push:
1515
branches:
1616
- 'feature/**'

0 commit comments

Comments
 (0)