Add CI workflow to check overlay annotations

This commit is contained in:
Kasper Svendsen
2025-06-13 08:14:01 +02:00
parent 81b677a2d9
commit 46ac2fd9f0

View File

@@ -0,0 +1,23 @@
name: Check overlay annotations
on:
push:
branches:
- main
- 'rc/*'
pull_request:
branches:
- main
- 'rc/*'
permissions:
contents: read
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check overlay annotations
run: python config/add-overlay-annotations.py --check java