Modernise CI (#5)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #5
This commit is contained in:
2025-09-09 08:18:41 +00:00
parent 1046be36a3
commit f46557926e
12 changed files with 60 additions and 45 deletions

24
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,24 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fantomas": {
"version": "7.0.3",
"commands": [
"fantomas"
]
},
"fable": {
"version": "4.25.0",
"commands": [
"fable"
]
},
"femto": {
"version": "0.21.0",
"commands": [
"femto"
]
}
}
}