We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e540779 commit 1671d01Copy full SHA for 1671d01
.github/workflows/ci.yml
@@ -0,0 +1,6 @@
1
+steps:
2
+- uses: actions/checkout@v3
3
+- uses: actions/setup-dotnet@v3
4
+ with:
5
+ dotnet-version: '6.0.x'
6
+- run: cd ServerCodeExciserTest | dotnet run ServerCodeExciserTest.csproj
0 commit comments