Commit bc4dd37 1 parent b8eebbd commit bc4dd37 Copy full SHA for bc4dd37
File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ indent_size = 4
15
15
[* .rs ]
16
16
max_line_length = 100
17
17
18
+ [* .{yml,yaml} ]
19
+ indent_size = 2
20
+
18
21
[* .md ]
19
22
# double whitespace at end of line
20
23
# denotes a line break in Markdown
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ contact_links:
5
5
about : Please ask and answer questions here to keep the issue tracker clean.
6
6
- name : Security
7
7
8
- about : Please report security vulnerabilities here.
8
+ about : Please report security vulnerabilities here.
Original file line number Diff line number Diff line change 11
11
label : Describe the feature
12
12
description : |
13
13
Please describe the feature and what it is aiming to solve, if relevant.
14
-
14
+
15
15
If the feature is for a crate, please include a proposed API surface.
16
16
validations :
17
17
required : true
Original file line number Diff line number Diff line change 29
29
id : services
30
30
run : |
31
31
export github_sha=${{ github.sha }}
32
- export github_repository=${{ github.repository }}
32
+ export github_repository=${{ github.repository }}
33
33
34
34
cat etc/assertoor/assertoor-template.yaml | envsubst > etc/assertoor/assertoor.yaml
35
35
92
92
elif [ "$task_result" == "failure" ]; then
93
93
task_result="${RED}failure${NC}"
94
94
fi
95
-
95
+
96
96
echo -e " $(printf '%-4s' "$task_id")\t$task_status\t$task_result\t$(printf '%-50s' "$task_graph$task_name") \t$task_title"
97
97
done <<< $(echo "$tasks")
98
98
}
@@ -153,7 +153,7 @@ jobs:
153
153
echo "$task_lines"
154
154
fi
155
155
156
- if [ $failed_tests -gt 0 ]; then
156
+ if [ $failed_tests -gt 0 ]; then
157
157
final_test_result="failure"
158
158
break
159
159
fi
@@ -197,7 +197,7 @@ jobs:
197
197
with :
198
198
name : " kurtosis-enclave-dump-${{ github.run_id }}"
199
199
path : ./temp/dump
200
-
200
+
201
201
- name : Return test result
202
202
shell : bash
203
203
run : |
@@ -227,4 +227,3 @@ jobs:
227
227
228
228
exit 1 # fail action
229
229
fi
230
-
Original file line number Diff line number Diff line change 21
21
script : |
22
22
const label_pr = require('./.github/scripts/label_pr.js')
23
23
await label_pr({github, context})
24
-
You can’t perform that action at this time.
0 commit comments