Skip to content

Adds RStudio migration tutorial #1295

Adds RStudio migration tutorial

Adds RStudio migration tutorial #1295

Workflow file for this run

on: pull_request
name: Lint
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Check URLs
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: "--no-progress --verbose './**/*.qmd' './_redirects'"
fail: true