Skip to content

build(deps): bump noodles-gff from 0.32.0 to 0.33.0 #1610

build(deps): bump noodles-gff from 0.32.0 to 0.33.0

build(deps): bump noodles-gff from 0.32.0 to 0.33.0 #1610

Workflow file for this run

name: Test R
on:
push:
jobs:
test:
runs-on: ubuntu-latest
name: Test build
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/r_setup
- shell: Rscript {0}
working-directory: ./exon-r/exonr/
run: |
rextendr::document()
devtools::load_all()
devtools::test(stop_on_failure = TRUE)