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
56 lines
1.4 KiB
YAML
56 lines
1.4 KiB
YAML
---
|
|
# Validation rules for eslint-check action
|
|
# Generated by update-validators.py v1.0.0 - DO NOT EDIT MANUALLY
|
|
# Schema version: 1.0
|
|
# Coverage: 100% (11/11 inputs)
|
|
#
|
|
# This file defines validation rules for the eslint-check GitHub Action.
|
|
# Rules are automatically applied by validate-inputs action when this
|
|
# action is used.
|
|
#
|
|
|
|
schema_version: '1.0'
|
|
action: eslint-check
|
|
description: Run ESLint check on the repository with advanced configuration and reporting
|
|
generator_version: 1.0.0
|
|
required_inputs: []
|
|
optional_inputs:
|
|
- cache
|
|
- config-file
|
|
- eslint-version
|
|
- fail-on-error
|
|
- file-extensions
|
|
- ignore-file
|
|
- max-retries
|
|
- max-warnings
|
|
- report-format
|
|
- token
|
|
- working-directory
|
|
conventions:
|
|
cache: boolean
|
|
config-file: file_path
|
|
eslint-version: strict_semantic_version
|
|
fail-on-error: boolean
|
|
file-extensions: file_extensions
|
|
ignore-file: file_path
|
|
max-retries: numeric_range_1_10
|
|
max-warnings: numeric_range_0_10000
|
|
report-format: report_format
|
|
token: github_token
|
|
working-directory: file_path
|
|
overrides: {}
|
|
statistics:
|
|
total_inputs: 11
|
|
validated_inputs: 11
|
|
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
|