-
-
Notifications
You must be signed in to change notification settings - Fork 0
executable file
·91 lines (63 loc) · 3.22 KB
/
Copy pathmain-estate-audit.yml
File metadata and controls
executable file
·91 lines (63 loc) · 3.22 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: Central Estate CI/CD Audit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
estate-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Required Files Gate
uses: hyperpolymath/cicd-suite/actions/required-files-check@main
- name: Code Hygiene Gate
uses: hyperpolymath/cicd-suite/actions/code-hygiene-check@main
- name: Manifest Validation Gate
uses: hyperpolymath/cicd-suite/actions/manifest-check@main
- name: Idris2 ABI Purity Gate
uses: hyperpolymath/cicd-suite/actions/idris2-abi-check@main
- name: Zig Hexadeca API Gate
uses: hyperpolymath/cicd-suite/actions/zig-hexadeca-check@main
- name: Contractile Validation Gate
uses: hyperpolymath/cicd-suite/actions/contractile-validation-check@main
- name: Recipes Set Validation Gate
uses: hyperpolymath/cicd-suite/actions/recipes-set-check@main
- name: Affirmation Document Gate
uses: hyperpolymath/cicd-suite/actions/affirmation-check@main
- name: Academic Referencing Gate
uses: hyperpolymath/cicd-suite/actions/referencing-check@main
- name: Semantic Audit Gate
uses: hyperpolymath/cicd-suite/actions/semantic-audit-check@main
- name: SPDX License Gate
uses: hyperpolymath/cicd-suite/actions/spdx-license-check@main
- name: Proof Runner Gate
uses: hyperpolymath/cicd-suite/actions/proof-runner-check@main
- name: PRAT Testing Gate
uses: hyperpolymath/cicd-suite/actions/prat-check@main
- name: Panic Attack & Pons Gate
uses: hyperpolymath/cicd-suite/actions/custom-tools-check@main
- name: WWW & Well-Known Compliance Gate
uses: hyperpolymath/cicd-suite/actions/www-compliance-check@main
- name: BoJ Cartridge Validation Gate
uses: hyperpolymath/cicd-suite/actions/boj-cartridge-check@main
- name: Formatting Validation Gate
uses: hyperpolymath/cicd-suite/actions/formatting-check@main
- name: Accreditations & Badges Gate
uses: hyperpolymath/cicd-suite/actions/badges-check@main
- name: Metrics Extraction Gate
uses: hyperpolymath/cicd-suite/actions/metrics-check@main
- name: Linguist & Banned Languages Gate
uses: hyperpolymath/cicd-suite/actions/linguist-check@main
- name: Test & Benchmarks Dashboard Gate
uses: hyperpolymath/cicd-suite/actions/tests-benches-check@main
- name: Hosting & Site Status Gate
uses: hyperpolymath/cicd-suite/actions/hosting-check@main
- name: Git-Sea Analytics Gate
uses: hyperpolymath/cicd-suite/actions/gitsea-check@main
- name: Trust & Humans Validation Gate
uses: hyperpolymath/cicd-suite/actions/trust-humans-check@main
- name: Are We UnAPI Gate (Secret Scanning)
uses: hyperpolymath/cicd-suite/actions/secrets-check@main
- name: Reasonably Good Token Validation Gate
uses: hyperpolymath/cicd-suite/actions/vaulted-tokens-check@main