Skip to content

Document how Positron discovers available R installations #48

Document how Positron discovers available R installations

Document how Positron discovers available R installations #48

Workflow file for this run

on: pull_request
name: Vale Lint
jobs:
vale:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Lint Quarto files with vale
uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: true
filter_mode: nofilter
reporter: github-pr-review
token: ${{secrets.GITHUB_TOKEN}}