Skip to content

teting R-CMD-check.yaml #3

teting R-CMD-check.yaml

teting R-CMD-check.yaml #3

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/master/examples

Check failure on line 1 in .github/workflows/R-CMD-check.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/R-CMD-check.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: R-CMD-check
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: R-CMD-check
jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}