Skip to content

paths wildcard validation seems off #27

@bplessis-swi

Description

@bplessis-swi

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
image

Sample use

on:
  push:
    branches:
      - main
    paths:
      - '**.md'

Version

action-validator 0.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-fundThis 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 work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions