change path for test data in test_rmf #1623
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
name: Prose Linting | |
on: [push, pull_request] | |
jobs: | |
prose: | |
name: runner / vale | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: errata-ai/vale-action@reviewdog | |
env: | |
# Required, set by GitHub actions automatically: | |
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
with: | |
# Optional | |
version: 2.29.2 | |
# Optional | |
styles: | | |
https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip | |
https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip | |
# Optional | |
# config: https://raw.githubusercontent.com/errata-ai/vale/master/.vale.ini | |
# Optional | |
files: README.md | |