Fix passing parameters to cv::imencode for OpenCV 4.7 (#207) #17
This file contains hidden or 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: style | |
| on: | |
| pull_request: | |
| push: | |
| branches: [ rolling ] | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| distro: ['rolling'] | |
| container: | |
| image: ros:${{ matrix.distro }}-ros-base | |
| timeout-minutes: 30 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: uncrustify | |
| run: /ros_entrypoint.sh ament_uncrustify compressed_depth_image_transport/ compressed_image_transport/ theora_image_transport/ zstd_image_transport/ image_transport_plugins/ | |
| - name: cpplint | |
| run: /ros_entrypoint.sh ament_cpplint compressed_depth_image_transport/ compressed_image_transport/ theora_image_transport/ zstd_image_transport/ image_transport_plugins/ |