Skip to content

Commit

Permalink
up c# syntax, make cli defaults in one style (#903)
Browse files Browse the repository at this point in the history
* up c# syntax, make cli defaults in one style
* add .editorconfig

---------

Co-authored-by: Guriy Samarin <guriy@amazon.com>
Co-authored-by: Shachar Langbeheim <nihohit@gmail.com>
  • Loading branch information
3 people authored Feb 7, 2024
1 parent 5f0f13d commit c531f86
Show file tree
Hide file tree
Showing 8 changed files with 1,072 additions and 722 deletions.
372 changes: 372 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
- name: Start redis server
run: redis-server &

- name: Format
working-directory: ./csharp
run: dotnet format --verify-no-changes --verbosity diagnostic

- name: Test
working-directory: ./csharp
run: dotnet test --framework net6.0 /warnaserror
Expand Down
Loading

0 comments on commit c531f86

Please sign in to comment.