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

[Feature Request] The ability to specify folders and files along with arguments. #16

Open
Avaray opened this issue Aug 10, 2024 · 0 comments

Comments

@Avaray
Copy link

Avaray commented Aug 10, 2024

At the moment, you can only exclude folders. It would be useful to have the option to select specific files/folders to lint, as well as the ability to add arguments to the file being linted.

I see it as:

- name: PHP 8.3 syntax check
  uses: PrestaShopCorp/github-action-php-lint/8.3@master
  with:
    folders: ['src', 'tests']
    files: ['file.php argv1=asd argv2=zxc', 'file2.php']
@Avaray Avaray changed the title [Feature Request] The ability to specify a single file along with arguments. [Feature Request] The ability to specify folders and files along with arguments. Aug 10, 2024
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

1 participant