Skip to content

docs: use unexported function in @examplesIf to simplify future upd… #163

docs: use unexported function in @examplesIf to simplify future upd…

docs: use unexported function in @examplesIf to simplify future upd… #163

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
- master
jobs:
pkgcheck:
runs-on: ubuntu-latest
env:
EMODNETWFS_CI: yes
steps:
- uses: ropensci-review-tools/pkgcheck-action@main