Skip to content

Feature/review

Feature/review #141

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: pragmatic-bear/sfdx-code-review-action@fix-lwc-lint
with:
source_path: 'invest-app/main/**/*'
reject_threshold: 1
severity_threshold: 3
github_token: ${{ secrets.GITHUB_TOKEN }}
engine: 'pmd, eslint-lwc'