Compare commits
2 Commits
aa2ace9bf9
...
8c244330b7
Author | SHA1 | Date | |
---|---|---|---|
|
8c244330b7 | ||
|
3cd5ae8635 |
@@ -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"
|
||||
|
@@ -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 ()
|
||||
|
||||
|
Reference in New Issue
Block a user