Skip to content

Commit

Permalink
correct r version check (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Sep 30, 2023
1 parent 7c57be7 commit 77c5810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r-check-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
name: version checks

jobs:
lint:
check-r-version:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -18,7 +18,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::gh, local::fuj
extra-packages: any::gh, any::fuj

- uses: jmbarbone/actions/r-check-version@main
with:
Expand Down
2 changes: 1 addition & 1 deletion man/value_convert.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77c5810

Please sign in to comment.