We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
- 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: