Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
921f9a7966 |
@@ -20,10 +20,10 @@ jobs:
|
|||||||
dotnet-version: '10.0.x'
|
dotnet-version: '10.0.x'
|
||||||
|
|
||||||
- name: Restore .NET Tools
|
- name: Restore .NET Tools
|
||||||
- run: dotnet tool restore
|
run: dotnet tool restore
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
- run: dotnet csharpier format .
|
run: dotnet csharpier format .
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build
|
run: dotnet build
|
||||||
|
|||||||
Reference in New Issue
Block a user