Skip to content

Create r-check-version.yaml (#2) #1

Create r-check-version.yaml (#2)

Create r-check-version.yaml (#2) #1

on:
pull_request:
branches: [main, master]
paths-ignore:
- '.github/**'
name: version checks
jobs:
check-r-version:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3

Check failure on line 16 in .github/workflows/r-check-version.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/r-check-version.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: any::gh, any::fuj
install-pandoc: false
- uses: jmbarbone/actions/r-check-version@main
with:
ignore-dev-version: true