Grammatical modifications added to the Galician translation in the texts of the corresponding .md files #349
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
name: Spelling & Styles | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**.md' | |
pull_request: | |
branches: | |
- main | |
jobs: | |
vale: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Vale Linting | |
uses: errata-ai/vale-action@reviewdog | |
with: | |
files: '["patterns/2-structured/", "patterns/3-validated/"]' | |
vale_flags: "--glob=*.md" | |
filter_mode: added | |
debug: true |