Skip to content

Feature/review

Feature/review #121

Workflow file for this run

name: Review
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
jobs:
review:
name: ReviewSource
runs-on: 'ubuntu-latest'
steps:
- name: Code Review
uses: packocz/sfdx-code-review-action@feature/fix-output
with:
reject_threshold: 1
max_comments: 20
engine: 'pmd'
pmdconfig: config/pmdRuleSet.xml
github_token: ${{ secrets.GITHUB_TOKEN }}