Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 19, 2023
1 parent bcf8a36 commit 0640b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ jobs:
- name: >
fix "CS8370: Feature 'file-scoped namespace' is not available in C# 7.3"
run: |
root = true
cat > .editorconfig <<EOF
root = true
[*.cs]
dotnet_analyzer_diagnostic.category-Style.severity = error
EOF
Expand Down

0 comments on commit 0640b80

Please sign in to comment.