Skip to content

Commit 47d3ecd

Browse files
Copilotaurelianware
andcommitted
Fix YAML linting errors - remove trailing spaces in test-dotnet.yml
Co-authored-by: aurelianware <194855645+aurelianware@users.noreply.github.com>
1 parent cf6706b commit 47d3ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test-dotnet:
1919
name: .NET Unit Tests
2020
runs-on: ubuntu-latest
21-
21+
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -87,7 +87,7 @@ jobs:
8787
test-typescript:
8888
name: TypeScript/Jest Tests
8989
runs-on: ubuntu-latest
90-
90+
9191
steps:
9292
- uses: actions/checkout@v4
9393

@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
needs: [test-dotnet, test-typescript]
118118
if: always()
119-
119+
120120
steps:
121121
- uses: actions/checkout@v4
122122

0 commit comments

Comments
 (0)