Skip to content

Add fns to read and write data directly to R (and other changes) #1

Add fns to read and write data directly to R (and other changes)

Add fns to read and write data directly to R (and other changes) #1

Workflow file for this run

name: lint
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: lintr, local::.
- name: Lint
run: lintr::lint_package()
shell: Rscript {0}