Browse Source

Not needed

Piotr Czajkowski 1 year ago
parent
commit
0b5ebcf9d1
1 changed files with 0 additions and 17 deletions
  1. 0 17
      .github/workflows/dotnetcore.yml

+ 0 - 17
.github/workflows/dotnetcore.yml

@@ -1,17 +0,0 @@
-name: .NET Core
-
-on: [push]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/checkout@v1
-    - name: Setup .NET Core
-      uses: actions/setup-dotnet@v1
-      with:
-        dotnet-version: 3.1.300
-    - name: Test
-      run: dotnet test PSDTextTests/