Skip to content

Commit

Permalink
Create r-check-version.yaml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Nov 30, 2024
1 parent bdedfaf commit 9c1610c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/r-check-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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

- 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

0 comments on commit 9c1610c

Please sign in to comment.