Skip to content

Added documentation for implemented features and related implementations #29

Added documentation for implemented features and related implementations

Added documentation for implemented features and related implementations #29

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
push:
branches: [ main ]
permissions:
contents: write
jobs:
build-and-test-ppr-ojs-plugin:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.sha }}
uses: actions/checkout@v4
- name: test pprOjsPlugin
working-directory: .
run: make test
- name: test pprReviewReportPlugin
working-directory: .
run: make test_report