Modernise CI #22

Merged
patrick merged 2 commits from ci into main 2025-09-08 23:18:10 +00:00
3 changed files with 2 additions and 5 deletions
Showing only changes of commit 1994689c13 - Show all commits

View File

@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.2.3",
"version": "7.0.3",
"commands": [
"fantomas"
]

View File

@@ -2,7 +2,6 @@ root=true
[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=true
insert_final_newline=true
indent_style=space

View File

@@ -3,9 +3,7 @@ namespace AdventOfCode2023.Test
open System.IO
open System.Reflection
type Dummy =
class
end
type Dummy = class end
[<RequireQualifiedAccess>]
module Assembly =