File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
paths :
9
9
- ' **'
10
10
- ' !docs/**'
11
+ - ' !new-cli/**'
11
12
- ' !.github/**'
12
13
- .github/workflows/codeql-analysis.yml
13
14
Original file line number Diff line number Diff line change 10
10
paths :
11
11
- ' **'
12
12
- ' !docs/**'
13
- - ' !new-cli/**'
14
13
- ' !.github/**'
15
14
- .github/workflows/format.yml
16
15
21
20
paths :
22
21
- ' **'
23
22
- ' !docs/**'
24
- - ' !new-cli/**'
25
23
- ' !.github/**'
26
24
- .github/workflows/format.yml
27
25
46
44
with :
47
45
dotnet-version : ' 7.0.103'
48
46
-
49
- name : Run Format Build solution
47
+ name : Run Format 'ci' solution
50
48
run : dotnet format ./build/ --verify-no-changes
51
49
-
52
- name : Run Format GitVersion solution
50
+ name : Run Format 'new-cli' solution
51
+ run : dotnet format ./new-cli/ --verify-no-changes
52
+ -
53
+ name : Run Format 'GitVersion' solution
53
54
run : dotnet format ./src/ --exclude **/AddFormats/ --verify-no-changes
You can’t perform that action at this time.
0 commit comments