We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fec18 commit 1f4ddeaCopy full SHA for 1f4ddea
.github/workflows/ci.yml
@@ -0,0 +1,11 @@
1
+on: [push, pull_request]
2
+jobs:
3
+ build-and-test:
4
+ runs-on: ubuntu-latest
5
+ steps:
6
+ - uses: actions/checkout@v3
7
+ - uses: actions/setup-dotnet@v3
8
+ with:
9
+ dotnet-version: 8.x
10
+ - run: dotnet build
11
+ - run: dotnet test
0 commit comments