Skip to content

Commit b3b44d0

Browse files
Add check for gtk4-macros
1 parent e643e46 commit b3b44d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/CI.yml

+19
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,22 @@ jobs:
136136
working-directory: checker
137137
- run: ./check_init_asserts ../${{matrix.crate}}
138138
working-directory: checker
139+
140+
checker-macros:
141+
name: gtk-rs macro checker
142+
runs-on: ubuntu-20.04
143+
strategy:
144+
matrix:
145+
crate:
146+
- gtk4-macros
147+
steps:
148+
- uses: actions/checkout@v2
149+
- uses: actions/checkout@v2
150+
with:
151+
repository: gtk-rs/checker
152+
ref: master
153+
path: checker
154+
- working-directory: checker
155+
run: cargo build --release
156+
- run: cargo run -- --no-manual-traits ../${{matrix.crate}}
157+
working-directory: checker

0 commit comments

Comments
 (0)