mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 03:23:59 +00:00
* docs: update documentation * feat: validate-inputs has it's own pyproject * security: mask DOCKERHUB_PASSWORD * chore: add tokens, checkout, recrete docs, integration tests * fix: add `statuses: write` permission to pr-lint
58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
---
|
|
# Validation rules for prettier-check action
|
|
# Generated by update-validators.py v1.0.0 - DO NOT EDIT MANUALLY
|
|
# Schema version: 1.0
|
|
# Coverage: 100% (12/12 inputs)
|
|
#
|
|
# This file defines validation rules for the prettier-check GitHub Action.
|
|
# Rules are automatically applied by validate-inputs action when this
|
|
# action is used.
|
|
#
|
|
|
|
schema_version: '1.0'
|
|
action: prettier-check
|
|
description: Run Prettier check on the repository with advanced configuration and reporting
|
|
generator_version: 1.0.0
|
|
required_inputs: []
|
|
optional_inputs:
|
|
- cache
|
|
- check-only
|
|
- config-file
|
|
- fail-on-error
|
|
- file-pattern
|
|
- ignore-file
|
|
- max-retries
|
|
- plugins
|
|
- prettier-version
|
|
- report-format
|
|
- token
|
|
- working-directory
|
|
conventions:
|
|
cache: boolean
|
|
check-only: boolean
|
|
config-file: file_path
|
|
fail-on-error: boolean
|
|
file-pattern: file_pattern
|
|
ignore-file: file_path
|
|
max-retries: numeric_range_1_10
|
|
plugins: plugin_list
|
|
prettier-version: semantic_version
|
|
report-format: report_format
|
|
token: github_token
|
|
working-directory: file_path
|
|
overrides: {}
|
|
statistics:
|
|
total_inputs: 12
|
|
validated_inputs: 12
|
|
skipped_inputs: 0
|
|
coverage_percentage: 100
|
|
validation_coverage: 100
|
|
auto_detected: true
|
|
manual_review_required: false
|
|
quality_indicators:
|
|
has_required_inputs: false
|
|
has_token_validation: true
|
|
has_version_validation: true
|
|
has_file_validation: true
|
|
has_security_validation: true
|