-
Notifications
You must be signed in to change notification settings - Fork 0
63 lines (54 loc) · 1.63 KB
/
__shared-ci.yml
File metadata and controls
63 lines (54 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
63
name: Internal - Common Continuous Integration tasks
on:
workflow_call:
permissions: {}
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4b53189212d5810f710bed89711002626977215b # 0.33.0
permissions:
contents: read
statuses: write
actions: read
security-events: write
test-action-dependencies-cache:
name: Test action "dependencies-cache"
needs: linter
uses: ./.github/workflows/__test-action-dependencies-cache.yml
permissions:
contents: read
test-action-get-package-manager:
name: Test action "get-package-manager"
needs: linter
uses: ./.github/workflows/__test-action-get-package-manager.yml
permissions:
contents: read
test-action-has-installed-dependencies:
name: Test action "has-installed-dependencies"
needs: linter
uses: ./.github/workflows/__test-action-has-installed-dependencies.yml
permissions:
contents: read
test-action-package:
name: Test action "package"
needs: linter
uses: ./.github/workflows/__test-action-package.yml
permissions:
contents: read
test-action-setup-node:
name: Test action "setup-node"
needs: linter
uses: ./.github/workflows/__test-action-setup-node.yml
permissions:
contents: read
test-workflow-continuous-integration:
name: Test workflow "continuous-integration"
needs: linter
uses: ./.github/workflows/__test-workflow-continuous-integration.yml
permissions:
contents: read
packages: write
pull-requests: write
id-token: write
issues: read
security-events: write
secrets: inherit