mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user