Skip to content

Feature/review

Feature/review #123

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:
source_path: '"***.cls" "***.trigger" "***.js" "***.html" "***.page" "***.cmp" "***.component"'
category: '!Documentation'
github_token: ${{ secrets.GITHUB_TOKEN }}
min_severity: 2