Rename workflows. (#1064)

This commit is contained in:
Cijo Thomas 2020-08-12 15:37:24 -07:00 committed by GitHub
parent 99e4818809
commit 0af38acb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name: .NET Code Coverage
name: Code Coverage
on:
push:

View File

@ -1,4 +1,4 @@
name: .NET Linux
name: Linux
on:
pull_request:
@ -26,7 +26,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
# For linux, we have to apply a workaround to enable both dotnet versions at same time
- name: .net SxS
run: |

View File

@ -1,4 +1,4 @@
name: .NET Windows
name: Windows
on:
pull_request:

View File

@ -1,8 +1,8 @@
name: .NET
name: Pack and publish to Myget
on:
schedule:
- cron: '0 0 * * *' # one in a day at 00:00
- cron: '0 0 * * *' # once in a day at 00:00
jobs:
build-pack:
@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fetching all
- name: Install dependencies
run: dotnet restore

View File

@ -22,6 +22,6 @@ jobs:
- name: Install format tool
run: dotnet tool install -g dotnet-format
- name: dotnet format
run: dotnet-format --folder --check