Skip to content

Prepare for initial (dev) release #1

Prepare for initial (dev) release

Prepare for initial (dev) release #1

Workflow file for this run

---
# This example file will enable R language checks on push or PR to the main
# branch.
#
# Note the @main in `uses:` on the last line. This will call the latest version
# of the workflow from the `main` brnach in the RMI-PACTA/actions repo. You can
# also specify a tag from that repo, or a commit SHA to pin action versions.
on:
push:
branches:
- main
pull_request:
branches:
- main
name: R
jobs:
R-package:
name: R Package Checks
uses: RMI-PACTA/actions/.github/workflows/R.yml@main

Check failure on line 21 in .github/workflows/R.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/R.yml

Invalid workflow file

error parsing called workflow ".github/workflows/R.yml" -> "RMI-PACTA/actions/.github/workflows/R.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.