Skip to content

Don't try to open an RStudio project when not running from within RSt… #450

Don't try to open an RStudio project when not running from within RSt…

Don't try to open an RStudio project when not running from within RSt… #450

Workflow file for this run

on:
push:
branches-ignore:
- main
- ghpages
name: "check package"
jobs:
check-package:
runs-on: ubuntu-latest
name: "check package"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENODO_SANDBOX: ${{ secrets.ZENODO_SANDBOX }}
permissions:
contents: read
steps:
- uses: inbo/actions/check_pkg@main