Skip to content

Correction in readme #34

@james-s-w-clark

Description

@james-s-w-clark

https://github.com/nikitasavinov/checkstyle-action#checkstyle_config

checkstyle_config
Required......

It's not in the example usage - so either the example usage is broken, or it's not a required field.
I'm not sure what the preference is, so I'm raising an issue rather than a PR :)

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'
        tool_name: 'testtool'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions