Add README and GitHub workflow

This commit is contained in:
Smaug123
2022-10-27 22:06:03 +01:00
parent cce92eb9fd
commit a4e1a2dbdc
2 changed files with 19 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.400
dotnet-version: 6.0.100
- name: Install dependencies
run: dotnet restore Raft.sln
- name: Build
@@ -26,4 +26,4 @@ jobs:
- name: Install Fantomas
run: dotnet tool restore
- name: Run Fantomas
run: ./hooks/pre-push
run: dotnet tool run fantomas --check -r .