J2735 2024 Compatibility and Enhanced TIM Format Handling #49
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: checkstyle | |
on: pull_request | |
jobs: | |
checkstyle: | |
name: runner / checkstyle | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dbelyaev/[email protected] | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review | |
level: warning | |
checkstyle_config: 'checkstyle.xml' |