Skip to content

Commit 1b4ae1d

Browse files
committed
Disable formatting check
1 parent e5c16d9 commit 1b4ae1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: dotnet restore src
2323
- name: Install test dependencies
2424
run: dotnet restore test
25-
- name: Check formatting
26-
run: dotnet fantomas . -r --check
25+
#- name: Check formatting
26+
# run: dotnet fantomas . -r --check
2727
- name: Build
2828
run: dotnet run Build --configuration Release --no-restore
2929
- name: Test

0 commit comments

Comments
 (0)