Parse the rx and tx idle chars as floats (#729) #89
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: Clang-Format check | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
format_check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: 'ros-industrial/industrial_ci@master' | |
env: | |
ROS_DISTRO: noetic | |
CLANG_FORMAT_CHECK: file | |
CLANG_FORMAT_VERSION: "9" |