Skip to content

get_dataset matches R (#150) #443

get_dataset matches R (#150)

get_dataset matches R (#150) #443

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting