We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0feec9 commit 73bc5fbCopy full SHA for 73bc5fb
1 file changed
.github/workflows/check-overlay-annotations.yml
@@ -0,0 +1,23 @@
1
+name: Check overlay annotations
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - 'rc/*'
8
+ pull_request:
9
10
11
12
13
+permissions:
14
+ contents: read
15
16
+jobs:
17
+ sync:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - uses: actions/checkout@v4
21
+ - name: Check overlay annotations
22
+ run: python config/add-overlay-annotations.py --check java
23
0 commit comments