Skip to content

Feature/review

Feature/review #145

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/[email protected]
with:
source_path: 'invest-app/main/**/*'
github_token: ${{ secrets.GITHUB_TOKEN }}
engine: 'pmd,eslint-lwc'