Skip to content

Allow path argument to be passed as YAML array #15

Open
@g105b

Description

@g105b

This functionality has been missed because I seem to have an allergic reaction to YAML.

User MarcinOrlowski kindly recommended a more intuitive syntax to use for the path argument:

- name: PHPStan
  uses: php-actions/phpstan@v3
  with:
    path: example/dir1 example/dir2 example/dir3 ...etc.

is counter intuitive, as in yaml you should do normal list instead

path: 
    - example/dir1example/dir2
    - example/dir2
    - example/dir3
    - ...etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions