-
-
Notifications
You must be signed in to change notification settings - Fork 277
39 lines (36 loc) · 1.13 KB
/
contract-drift.yml
File metadata and controls
39 lines (36 loc) · 1.13 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
name: Contract Drift
on:
pull_request:
paths:
- "Plugins/TableProPluginKit/**"
- "Packages/TableProCore/Sources/TableProPluginKit/**"
- "Packages/TableProCore/Sources/TableProModels/**"
- "TablePro/Models/**"
- "TableProMobile/**"
- "scripts/audit-refactor-health.sh"
- ".github/duplicate-contract-baseline.txt"
- ".github/workflows/contract-drift.yml"
push:
branches: [main]
paths:
- "Plugins/TableProPluginKit/**"
- "Packages/TableProCore/Sources/TableProPluginKit/**"
- "Packages/TableProCore/Sources/TableProModels/**"
- "TablePro/Models/**"
- "TableProMobile/**"
- "scripts/audit-refactor-health.sh"
- ".github/duplicate-contract-baseline.txt"
- ".github/workflows/contract-drift.yml"
workflow_dispatch:
concurrency:
group: contract-drift-${{ github.ref }}
cancel-in-progress: true
jobs:
drift:
name: Shared contract drift
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Fail on new duplicate-contract drift
run: scripts/audit-refactor-health.sh --check