We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965f271 commit 6d33c73Copy full SHA for 6d33c73
.github/workflows/pre-commit.yml
@@ -18,7 +18,8 @@ jobs:
18
ruby-version: '2.6'
19
- uses: actions/setup-dotnet@v1
20
with:
21
- dotnet-version: '3.1.x'
+ dotnet-version: '6.0.x'
22
+ include-prerelease: true
23
- uses: pre-commit/action@v2.0.0
24
25
markdown-link-check:
.pre-commit-config.yaml
@@ -84,9 +84,10 @@ repos:
84
exclude: ".*localized.*"
85
86
- repo: https://github.com/dotnet/format
87
- rev: "7e343070a0355c86f72bdee226b5e19ffcbac931" # TODO - update to a tagged version when one that includes the hook is ready.
+ rev: v5.1.225507
88
hooks:
89
- id: dotnet-format
90
+ entry: dotnet-format whitespace
91
args: [--folder, --include]
92
93
# "Local" hooks, see https://pre-commit.com/#repository-local-hooks
0 commit comments