-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
code-fundThis issue is part of "code fund"; see https://hezmatt.org/~mpalmer/code-fund.htmlThis issue is part of "code fund"; see https://hezmatt.org/~mpalmer/code-fund.htmlpr-welcomeThis would be a good fix/feature, but the maintainer isn't planning on doing the workThis would be a good fix/feature, but the maintainer isn't planning on doing the work
Description
Want to help get this issue implemented? Donate to the action-validator code fund.
Hi,
Sorry if i missed something but when following the "filter pattern cheat cheet" of github action, the validator fail the file with the following message:
Glob "**.md" in on.push.paths is invalid: Pattern syntax error near position 2: recursive wildcards must form a single path component
Documentation source
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#patterns-to-match-file-paths

Sample use
on:
push:
branches:
- main
paths:
- '**.md'
Version
action-validator 0.3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-fundThis issue is part of "code fund"; see https://hezmatt.org/~mpalmer/code-fund.htmlThis issue is part of "code fund"; see https://hezmatt.org/~mpalmer/code-fund.htmlpr-welcomeThis would be a good fix/feature, but the maintainer isn't planning on doing the workThis would be a good fix/feature, but the maintainer isn't planning on doing the work