diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9527034..e029061 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "fantomas": { - "version": "5.2.4", + "version": "6.0.0", "commands": [ "fantomas" ] diff --git a/.editorconfig b/.editorconfig index c3e35e8..1dc80ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,3 @@ [*.fs] max_line_length=120 +insert_final_newline=true diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 34edfcd..07fd5a3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Check formatting - run: dotnet fantomas . -r --check + run: dotnet fantomas -r --check . - name: Build run: dotnet build --configuration Release --no-restore - name: Test