We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c16d9 commit 1b4ae1dCopy full SHA for 1b4ae1d
.github/workflows/build-and-test.yml
@@ -22,8 +22,8 @@ jobs:
22
run: dotnet restore src
23
- name: Install test dependencies
24
run: dotnet restore test
25
- - name: Check formatting
26
- run: dotnet fantomas . -r --check
+ #- name: Check formatting
+ # run: dotnet fantomas . -r --check
27
- name: Build
28
run: dotnet run Build --configuration Release --no-restore
29
- name: Test
0 commit comments