-
-
Notifications
You must be signed in to change notification settings - Fork 32
48 lines (36 loc) · 1.04 KB
/
dotnetcore_PR.yml
File metadata and controls
48 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: CI for PRs
on:
pull_request:
paths:
- 'src/**'
- 'ARM Template/**'
- 'SampleJsonConfig/**'
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.200
- name: Build with dotnet
run: dotnet build ./src/WebAppSSLManager.sln --configuration Release
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Super-Linter
uses: github/super-linter@v3.15.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
verify-arm:
runs-on: ubuntu-latest
steps:
- name: ARM Template Toolkit (ARM TTK)
# You may pin to the exact commit or the version.
# uses: aliencube/arm-ttk-actions@6fa8c0ad67d034f6e274d5276fb492f7d263ae4a
uses: aliencube/arm-ttk-actions@v0.3
with:
# ARM Template file path to run the test. It can be either a directory or single file.
path: ARM Template/