chore: add tests, update docs and actions (#299)

* 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
This commit is contained in:
2025-10-18 13:09:19 +03:00
committed by GitHub
parent d3c2de1bd1
commit 7061aafd35
148 changed files with 5119 additions and 1897 deletions

View File

@@ -8,10 +8,10 @@ from __future__ import annotations
import argparse
import json
from pathlib import Path
import statistics
import sys
import time
from pathlib import Path
from typing import Any
# Add parent directory to path for imports
@@ -171,8 +171,8 @@ class ValidatorBenchmark:
inputs: Dictionary of inputs to validate
"""
import cProfile
from io import StringIO
import pstats
from io import StringIO
print(f"\nProfiling {action_type} validator...")
print("-" * 70)

View File

@@ -13,8 +13,8 @@ from __future__ import annotations
import argparse
import json
import logging
from pathlib import Path
import sys
from pathlib import Path
from typing import TYPE_CHECKING
# Add parent directory to path for imports

View File

@@ -10,9 +10,9 @@ from __future__ import annotations
import argparse
import logging
from pathlib import Path
import re
import sys
from pathlib import Path
import yaml # pylint: disable=import-error

View File

@@ -12,9 +12,9 @@ Usage:
from __future__ import annotations
import argparse
from pathlib import Path
import re
import sys
from pathlib import Path
from typing import Any
import yaml # pylint: disable=import-error