You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This pull request updates the `.github/PSModule.yml` configuration to
allow for more flexible and faster testing and linting workflows. The
main changes introduce new environment variables to selectively disable
specific linter validations and provide a commented-out option to skip
some test steps.
Workflow configuration improvements:
* Added environment variables under the new `Linter` section to allow
disabling of various linter validations, including Biome format/lint,
GitHub Actions Zizmor, JSCPD, and Prettier checks for JSON, Markdown,
and YAML.
Test workflow flexibility:
* Added a commented-out configuration option to skip some test steps for
faster testing during development.
0 commit comments