Skip to content

Commit

Permalink
add new action (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Oct 20, 2023
1 parent 49900e9 commit db2a2fa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/r-check-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
on:
pull_request:
branches: [main, master]

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:
extra-packages: any::gh, any::fuj

- uses: jmbarbone/actions/r-check-version@main
with:
ignore-dev-version: true

0 comments on commit db2a2fa

Please sign in to comment.