Skip to content

Update pkgcheck.yaml #77

Update pkgcheck.yaml

Update pkgcheck.yaml #77

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
env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
NO_CHKDIR: true
jobs:
pkgcheck:
runs-on: ubuntu-latest
permissions:
issues: write
steps:

Check failure on line 25 in .github/workflows/pkgcheck.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pkgcheck.yaml

Invalid workflow file

You have an error in your yaml syntax on line 25
- uses: ropensci-review-tools/pkgcheck-action@main
with:
token: ${{ secrets.PKGCHECK_TOKEN }}