Skip to content

Commit

Permalink
Update r-check-version.yaml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Dec 1, 2024
1 parent 9c1610c commit 72b3510
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/r-check-version.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
on:
pull_request:
branches: [main, master]
paths-ignore:
- '.github/**'
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
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@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: any::gh, any::fuj
install-pandoc: false
- 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
- uses: jmbarbone/actions/r-check-version@main
with:
ignore-dev-version: true

0 comments on commit 72b3510

Please sign in to comment.