Skip to content

Commit

Permalink
Create r-check-version.yaml (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Sep 30, 2023
1 parent 1e92335 commit c3a58bf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/r-check-version.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
pull_request:
branches: [main, master]

name: version checks

jobs:
lint:
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, local::fuj

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

0 comments on commit c3a58bf

Please sign in to comment.