--- # Validation rules for common-file-check action # Generated by update-validators.py v1.0.0 - DO NOT EDIT MANUALLY # Schema version: 1.0 # Coverage: 100% (1/1 inputs) # # This file defines validation rules for the common-file-check GitHub Action. # Rules are automatically applied by validate-inputs action when this # action is used. # schema_version: '1.0' action: common-file-check description: 'A reusable action to check if a specific file or type of files exists in the repository. Emits an output "found" which is true or false. ' generator_version: 1.0.0 required_inputs: - file-pattern optional_inputs: [] conventions: file-pattern: file_path overrides: {} statistics: total_inputs: 1 validated_inputs: 1 skipped_inputs: 0 coverage_percentage: 100 validation_coverage: 100 auto_detected: true manual_review_required: false quality_indicators: has_required_inputs: true has_token_validation: false has_version_validation: false has_file_validation: true has_security_validation: false