Skip to content

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert #223

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert

hotfix/CP-8274-if-subscription-id-changed-than-call-confirm-alert #223

Workflow file for this run

on: pull_request
name: reviewdog
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'
checkstyle_config: 'checkstyle.xml'