Skip to content

OCD-2037 - As an end-user, I want to see a breakdown of the remaining criteria attributes that follow our pattern #3290

OCD-2037 - As an end-user, I want to see a breakdown of the remaining criteria attributes that follow our pattern

OCD-2037 - As an end-user, I want to see a breakdown of the remaining criteria attributes that follow our pattern #3290

Workflow file for this run

name: Run java checkstyle
on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-check'
checkstyle_config: chpl/chpl-checkstyle-checks.xml