-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (40 loc) · 1.56 KB
/
pull-request.yaml
File metadata and controls
47 lines (40 loc) · 1.56 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
# $schema: http://json.schemastore.org/github-workflow.json
name: pull-request
on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
# GitHub workflows
verify-github-workflows:
uses: harmelodic/workflows/.github/workflows/verify-github-workflows.yaml@9c9425790780e8e5a34289a409f080f2b413affd
# Application
verify-java-project:
uses: harmelodic/workflows/.github/workflows/verify-java-project.yaml@9c9425790780e8e5a34289a409f080f2b413affd
# Deployment
verify-kustomization-base:
uses: harmelodic/workflows/.github/workflows/verify-kustomization.yaml@9c9425790780e8e5a34289a409f080f2b413affd
with:
directory: k8s-manifests/base
verify-kustomization-prod:
uses: harmelodic/workflows/.github/workflows/verify-kustomization.yaml@9c9425790780e8e5a34289a409f080f2b413affd
with:
directory: k8s-manifests/prod
# Infrastructure
verify-terraform:
uses: harmelodic/workflows/.github/workflows/verify-terraform.yaml@9c9425790780e8e5a34289a409f080f2b413affd
with:
directory: infrastructure
# Documentation
verify-mkdocs:
uses: harmelodic/workflows/.github/workflows/verify-mkdocs.yaml@9c9425790780e8e5a34289a409f080f2b413affd
# Contracts
verify-openapi:
uses: harmelodic/workflows/.github/workflows/verify-openapi.yaml@9c9425790780e8e5a34289a409f080f2b413affd
with:
specification: api-specs/openapi.yaml
verify-asyncapi:
uses: harmelodic/workflows/.github/workflows/verify-asyncapi.yaml@9c9425790780e8e5a34289a409f080f2b413affd
with:
specification: api-specs/asyncapi.yaml