Skip to content

Commit 8aaed55

Browse files
committed
Switch lint tool to csharpier
1 parent e6abe6c commit 8aaed55

2 files changed

Lines changed: 5 additions & 236 deletions

File tree

.editorconfig

Lines changed: 0 additions & 231 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dotnet format
1+
name: ci
22

33
on:
44
push:
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
dotnet-version: '10.0.x'
2121

22-
- name: Install dotnet-format tool
23-
run: dotnet tool install -g dotnet-format
22+
- name: Install CSharpier
23+
run: dotnet tool install csharpier
2424

25-
- name: Run dotnet format
26-
run: dotnet format --include "Assets/Scripts/**/*.cs" --verify-no-changes --verbosity diagnostic
25+
- name: Run CSharpier
26+
run: dotnet csharpier check ./Assets/Scripts/**/*.cs

0 commit comments

Comments
 (0)