forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (36 loc) · 775 Bytes
/
Copy pathvalidate.yml
File metadata and controls
40 lines (36 loc) · 775 Bytes
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
name: Validate repository
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/run-validations.yml
with:
repo: core
# Validations
agent-reqs: true
ci: true
codeowners: true
config: true
dep: true
http: true
imports: true
integration-style: true
jmx-metrics: true
labeler: true
legacy-signature: true
license-headers: true
licenses: true
metadata: true
models: true
openmetrics: true
package: true
readmes: true
saved-views: true
version: true
secrets: inherit