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 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 sh -c "$(find . -type f -name AdventOfCode2023.FSharp | grep Release | grep publish) AdventOfCode2023.FSharp/Test/samples"
|
||||||
- nix develop --command alejandra --check .
|
- nix develop --command alejandra --check .
|
||||||
|
- nix develop --command dotnet tool restore
|
||||||
|
- nix develop --command dotnet fantomas --check .
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: "push"
|
- event: "push"
|
||||||
|
@@ -3,7 +3,9 @@ namespace AdventOfCode2023.Test
|
|||||||
open System.IO
|
open System.IO
|
||||||
open System.Reflection
|
open System.Reflection
|
||||||
|
|
||||||
type Dummy = class end
|
type Dummy =
|
||||||
|
class
|
||||||
|
end
|
||||||
|
|
||||||
[<RequireQualifiedAccess>]
|
[<RequireQualifiedAccess>]
|
||||||
module Assembly =
|
module Assembly =
|
||||||
@@ -18,4 +20,3 @@ module Assembly =
|
|||||||
|> fun s -> new StreamReader (s)
|
|> fun s -> new StreamReader (s)
|
||||||
|
|
||||||
s.ReadToEnd ()
|
s.ReadToEnd ()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user