Skip to content

Commit 471f5d2

Browse files
authored
AIRO-1210 Fix dotnet format (#306)
1 parent 4af50b5 commit 471f5d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/pre-commit.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
python-version: 3.7.x
1616
- uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: '3.1.x'
18+
dotnet-version: '6.0.x'
19+
include-prerelease: true
1920
- uses: pre-commit/[email protected]

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ repos:
2626

2727

2828
- repo: https://github.com/dotnet/format
29-
rev: "7e343070a0355c86f72bdee226b5e19ffcbac931"
29+
rev: v5.1.225507
3030
hooks:
3131
- id: dotnet-format
32+
entry: dotnet-format whitespace
3233
args: [--folder, --include]

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Add the [Close Stale Issues](https://github.com/marketplace/actions/close-stale-
2424

2525
### Fixed
2626

27+
Fixed dotnet format
28+
2729
## v0.5.1
2830

2931
### Changed

0 commit comments

Comments
 (0)