diff --git a/.github/workflows/dotnet-core.yaml b/.github/workflows/dotnet-core.yaml index 78369c1..ff802be 100644 --- a/.github/workflows/dotnet-core.yaml +++ b/.github/workflows/dotnet-core.yaml @@ -23,5 +23,7 @@ jobs: run: dotnet build AdventOfCode2021.sln --configuration Release --no-restore - name: Test run: dotnet test AdventOfCode2021.sln --no-restore --verbosity normal + - name: Install Fantomas + run: dotnet tool restore - name: Run Fantomas run: dotnet tool run fantomas --check -r . diff --git a/AdventOfCode2021/AdventOfCode2021.fsproj b/AdventOfCode2021/AdventOfCode2021.fsproj index 0be8c92..68e16ba 100644 --- a/AdventOfCode2021/AdventOfCode2021.fsproj +++ b/AdventOfCode2021/AdventOfCode2021.fsproj @@ -10,7 +10,7 @@ - + diff --git a/Inputs/day1.txt b/Inputs/Day1.txt similarity index 100% rename from Inputs/day1.txt rename to Inputs/Day1.txt