Skip to content

Commit e05e6f5

Browse files
committed
Fix indentation in check-alerts workflow YAML
1 parent 0e8ce7e commit e05e6f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-alerts.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77

88
jobs:
99
lint:
10-
@@ -14,19 +20,42 @@ jobs:
10+
jobs:
1111
- name: Checkout PR
1212
uses: actions/checkout@v5
13-
1413
- name: Get changed rule and alert files
1514
id: changed
1615
uses: tj-actions/changed-files@v46

0 commit comments

Comments
 (0)