CircleCI-Public / vale-orb

A CircleCI Orb wrapper for the Vale CLI - A syntax-aware linter for prose built with speed and extensibility in mind, by errata-ai/vale
https://circleci.com/developer/orbs/orb/circleci/vale
MIT License
0 stars 0 forks source link

fix: glob pattern #4

Closed EricRibeiro closed 1 year ago

EricRibeiro commented 1 year ago

Changes

The current default glob, **/*.{md,adoc}, misses files in the root directory. This PR addresses that by changing it to *.{md,adoc}.