Merge pull request #19780 from github/kaspersv/overlay-annotations-script-ci

Overlay: Add CI workflow to check overlay annotations
This commit is contained in:
Kasper Svendsen
2025-06-30 08:11:14 +02:00
committed by GitHub

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