Updated 2025 Q1 Release Notes to Reflect Partial J2735 2024 Compatibility #210
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: checkstyle | |
on: pull_request | |
jobs: | |
checkstyle: | |
name: runner / checkstyle | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dbelyaev/action-checkstyle@v1.7.0 | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review | |
level: warning | |
checkstyle_config: './checkstyle.xml' |