Skip to content

Commit cdb6757

Browse files
committedApr 27, 2023
fix(ci): test.yml
also corrected .editorconfig
1 parent 875165c commit cdb6757

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.editorconfig

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ root = true
33
[*]
44
charset = utf-8
55
end_of_line = lf
6-
indent_size = 4
76
indent_style = space
87
insert_final_newline = true
9-
max_line_length = 120
10-
tab_width = 4
118

129
[*.lock]
1310
charset = unset
@@ -18,6 +15,9 @@ insert_final_newline = unset
1815
max_line_length = unset
1916
tab_width = unset
2017

18+
[*.py]
19+
indent_size = 4
20+
2121
[*.rs]
2222
max_line_length = 100
2323

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Test
22

33
on:
4-
workflow-call:
54
push:
65
paths:
76
- 'cambridge-asm/**'
@@ -14,6 +13,7 @@ on:
1413
paths:
1514
- 'cambridge-asm/**'
1615
- 'cambridge-asm-cli/**'
16+
workflow_call:
1717

1818
env:
1919
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)
Please sign in to comment.