microsoft/Gallery Standard Validation
Validate the standard of the gallery
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 6, 2026
- License
- MIT
Pinned Snippet
uses: microsoft/template-validation-action@9f56864b1ddbfb56dd27f3cbc71a00750cdb9a18 # v0.4.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workingDirectory | The path of target template to validate | yes | . |
| validatePaths | Comma-separated list of paths to validate | no | — |
| topics | Comma-separated list of topics to check | no | — |
| validateAzd | Run azd up and azd down for validation | yes | true |
| useDevContainer | Use dev container for validation | yes | true |
| securityAction | Run security action validation | yes | PSRule |
| validateTests | Run tests for validation | no | Playwright |
| validationEnvs | Additional environment variables for validation, in KEY=VALUE format, separated by commas | no | "" |
Outputs
| name | description |
|---|---|
| resultFile | A file path to a results file. |