Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom vale.ini location #134

Open
paveldudka opened this issue Oct 4, 2024 · 1 comment
Open

Custom vale.ini location #134

paveldudka opened this issue Oct 4, 2024 · 1 comment

Comments

@paveldudka
Copy link

My docs are located not at the root of the repo and I want to keep all the vale config colocated with docs
However, I don't see a way to specify custom vale.ini location or change a working directory

@beritou
Copy link

beritou commented Oct 18, 2024

I had the same issue and vale_flags was the solution that worked for me.

      - name: "vale.sh spell check"
        uses: errata-ai/vale-action@reviewdog
        with:
          files: docs/src
          fail_on_error: true
          filter_mode: nofilter
          vale_flags: "--config=docs/.vale.ini"

Source: https://forem.julialang.org/kellertuer/improve-your-documentation-using-valesh-5587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants