-
Notifications
You must be signed in to change notification settings - Fork 1
42 lines (36 loc) · 957 Bytes
/
cypilot.yml
File metadata and controls
42 lines (36 loc) · 957 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
41
42
# Updated: 2026-04-20 by Constructor Tech
name: Cypilot
on:
pull_request:
branches: [ main ]
paths:
- '**/*.md'
- 'docs/**'
- 'modules/**/docs/**'
- 'modules/**/src/**'
- 'modules/**/tests/**'
- '.cypilot/config/**'
- 'Makefile'
workflow_call:
workflow_dispatch:
concurrency:
group: cypilot-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
validate_artifacts:
name: Validate Cypilot Artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
clean: 'true'
submodules: recursive
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.1
with:
python-version: '3.11'
- name: Validate artifacts
run: make cypilot-validate