Skip to content

Commit

Permalink
release: 03-09-2020 (#2219)
Browse files Browse the repository at this point in the history
release: 03-09-2020
  • Loading branch information
a-b-r-o-w-n committed Mar 10, 2020
2 parents 62ed471 + d5f1776 commit bb10605
Show file tree
Hide file tree
Showing 327 changed files with 5,481 additions and 13,074 deletions.
1 change: 1 addition & 0 deletions .github/actions/conventional-pr/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const validTypes = [
'chore',
'revert',
'release',
'a11y',
];

const typeList = validTypes.map(t => ` - ${t}`).join('\n');
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Set Node Version
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -56,17 +56,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Set Dotnet Version
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.0.100" # SDK Version to use.
dotnet-version: "3.1.102" # SDK Version to use.
- name: dotnet build
run: dotnet build
working-directory: BotProject/CSharp
working-directory: BotProject/Templates/CSharp
- name: dotnet test
run: dotnet test
working-directory: BotProject/CSharp
working-directory: BotProject/Templates/CSharp

docker-build:
name: Docker Build
Expand All @@ -75,7 +75,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: docker-compose build
run: docker-compose build
- name: Health check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Cache Node Modules
uses: actions/cache@preview
with:
Expand Down
2 changes: 0 additions & 2 deletions BotProject/CSharp/.dockerignore

This file was deleted.

9 changes: 0 additions & 9 deletions BotProject/CSharp/.gitignore

This file was deleted.

229 changes: 0 additions & 229 deletions BotProject/CSharp/BotManager.cs

This file was deleted.

46 changes: 0 additions & 46 deletions BotProject/CSharp/BotProject.csproj

This file was deleted.

Loading

0 comments on commit bb10605

Please sign in to comment.