Skip to content

Grammatical modifications added to the Galician translation in the texts of the corresponding .md files #349

Grammatical modifications added to the Galician translation in the texts of the corresponding .md files

Grammatical modifications added to the Galician translation in the texts of the corresponding .md files #349

Workflow file for this run

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