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, "isRoot": true,
"tools": { "tools": {
"fantomas": { "fantomas": {
"version": "6.2.3", "version": "7.0.3",
"commands": [ "commands": [
"fantomas" "fantomas"
] ]

View File

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

View File

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