Skip to content

add new tests

add new tests #79

Workflow file for this run

name: pkgcheck
# This will cancel running jobs once a new run is triggered
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on:
# Manually trigger the Action under Actions/pkgcheck
workflow_dispatch:
# Run on every push to main
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pkgcheck:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
RUN_JAVA_DOWNLOAD_TESTS: "TRUE"
RUN_JAVA_DOWNLOAD_TESTS_QUIET: "FALSE"
RUN_JAVA_DOWNLOAD_TESTS_QUIET_DOWNLOAD: "TRUE"
permissions:
issues: write
steps:
- uses: ropensci-review-tools/pkgcheck-action@main