Fix compatibility with VTK 9.3.20240914 #433
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Public API Warning | |
on: | |
pull_request_target: | |
paths: | |
- 'library/public/*.h' | |
jobs: | |
public-api-warn: | |
name: Public API Warning | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: marocchino/sticky-pull-request-comment@v2 | |
with: | |
message: | | |
You are modifying libf3d public API! :warning:Please update bindings accordingly:warning:! | |
You can find them in their respective directories: `python`, `java`, `webassembly`. |