Skip to content

Commit 12742c3

Browse files
committed
include new-cli solution in format workflow
1 parent 4344478 commit 12742c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- '**'
1010
- '!docs/**'
11+
- '!new-cli/**'
1112
- '!.github/**'
1213
- .github/workflows/codeql-analysis.yml
1314

.github/workflows/format.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
paths:
1111
- '**'
1212
- '!docs/**'
13-
- '!new-cli/**'
1413
- '!.github/**'
1514
- .github/workflows/format.yml
1615

@@ -21,7 +20,6 @@ on:
2120
paths:
2221
- '**'
2322
- '!docs/**'
24-
- '!new-cli/**'
2523
- '!.github/**'
2624
- .github/workflows/format.yml
2725

@@ -46,8 +44,11 @@ jobs:
4644
with:
4745
dotnet-version: '7.0.103'
4846
-
49-
name: Run Format Build solution
47+
name: Run Format 'ci' solution
5048
run: dotnet format ./build/ --verify-no-changes
5149
-
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
5354
run: dotnet format ./src/ --exclude **/AddFormats/ --verify-no-changes

0 commit comments

Comments
 (0)