Skip to content

Commit 4a365c1

Browse files
authored
Merge pull request #294 from sir-gon/develop
[CONFIG] [Github Actions] tooling check task added.
2 parents 41f595e + 543d8e8 commit 4a365c1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
uses: actions/setup-dotnet@v5
2929
with:
3030
dotnet-version: 10.0.x
31+
- name: Tooling check
32+
run: >
33+
dotnet --version
3134
- name: Restore dependencies
3235
run: dotnet restore --verbosity normal
3336
- name: Build

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: 10.0.x
20+
- name: Tooling check
21+
run: >
22+
dotnet --version
2023
- name: Set up JDK
2124
uses: actions/setup-java@v5
2225
with:

0 commit comments

Comments
 (0)