Skip to content

Commit 3cbfa54

Browse files
ci: enforce operational collapse examples
1 parent 443c41e commit 3cbfa54

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: examples-check
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
8+
jobs:
9+
check:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- run: ./scripts/check_examples.sh

0 commit comments

Comments
 (0)