Skip to content

Sandbox/action pmd test #20

Sandbox/action pmd test

Sandbox/action pmd test #20

Workflow file for this run

name: pmd
on: [pull_request]
jobs:
pmd_job:
runs-on: ubuntu-latest
name: PMD job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run PMD
uses: kemsakurai/action-pmd@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-review'
src_path: ./
tool_name: 'pmd_reviewdog'