Skip to content

[Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2 #201

[Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2

[Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.17.1 to 2.17.2 #201

Workflow file for this run

name: 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-review'
tool_name: 'checkstyle'
checkstyle_config: code-style/checkstyle.xml