Skip to content

Completed email template variables documentation #22

Completed email template variables documentation

Completed email template variables documentation #22

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