Compare commits

...

2 Commits

Author SHA1 Message Date
Smaug123
8c244330b7 Format tests
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/all-checks-complete Pipeline was successful
ci/woodpecker/pr/all-checks-complete unknown status
2023-12-03 19:16:18 +00:00
Smaug123
3cd5ae8635 Format 2023-12-03 19:16:02 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ steps:
- nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.fsproj --configuration Release
- nix develop --command sh -c "$(find . -type f -name AdventOfCode2023.FSharp | grep Release | grep publish) AdventOfCode2023.FSharp/Test/samples"
- nix develop --command alejandra --check .
- nix develop --command dotnet tool restore
- nix develop --command dotnet fantomas --check .
when:
- event: "push"

View File

@@ -3,7 +3,9 @@ namespace AdventOfCode2023.Test
open System.IO
open System.Reflection
type Dummy = class end
type Dummy =
class
end
[<RequireQualifiedAccess>]
module Assembly =
@@ -18,4 +20,3 @@ module Assembly =
|> fun s -> new StreamReader (s)
s.ReadToEnd ()