Add Windows instructions on launching Positron from the terminal #63
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |