-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (29 loc) · 1.04 KB
/
__shared-ci.yml
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
name: Internal - Common Continuous Integration tasks
on:
workflow_call:
permissions:
contents: read
security-events: write
statuses: write
# FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
id-token: write
jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/[email protected]
test-action-get-package-manager:
name: Test action "get-package-manager"
needs: linter
uses: ./.github/workflows/__test-action-get-package-manager.yml
test-action-has-installed-dependencies:
name: Test action "has-installed-dependencies"
needs: linter
uses: ./.github/workflows/__test-action-has-installed-dependencies.yml
test-action-setup-node:
name: Test action "setup-node"
needs: linter
uses: ./.github/workflows/__test-action-setup-node.yml
test-workflow-continuous-integration:
name: Test workflow "continuous-integration"
needs: linter
uses: ./.github/workflows/__test-workflow-continuous-integration.yml
secrets: inherit