-
Notifications
You must be signed in to change notification settings - Fork 0
53 lines (44 loc) · 1.17 KB
/
node.yml
File metadata and controls
53 lines (44 loc) · 1.17 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
49
50
51
52
53
---
on:
pull_request:
branches:
- main
- production
- next
push:
branches:
- main
- production
name: Node Package Checks
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}-${{ github.event_action }}
cancel-in-progress: true
jobs:
linting:
name: "Linting"
uses: ./.github/workflows/node-lint.yml
formatting:
name: "Formatting"
uses: ./.github/workflows/node-prettier.yml
unit-test:
name: "Unit Tests"
uses: ./.github/workflows/node-test.yml
json-schema:
name: "JSON Schema"
uses: ./.github/workflows/node-json-schema.yml
build-release:
name: "Build and Release"
uses: ./.github/workflows/node-build_release.yml
secrets: inherit
deploy:
name: "Deploy to SWA"
if: ${{ needs.build-release.outputs.has_artifact }}
needs: [build-release]
uses: ./.github/workflows/azure-static-web-apps-deploy.yml
secrets: inherit
scan:
name: "Check for forbidden patterns"
uses: ./.github/workflows/admin-forbidden-patterns.yml
timeseries:
name: "Check generated timeseries index"
uses: ./.github/workflows/node-build-committed-files.yml