mirror of
https://github.com/ivuorinen/actions.git
synced 2026-02-08 02:45:03 +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:
@@ -2,9 +2,9 @@
|
||||
# pylint: disable=protected-access # Testing private methods is intentional
|
||||
|
||||
import importlib.util
|
||||
from pathlib import Path
|
||||
import sys
|
||||
import tempfile
|
||||
from pathlib import Path
|
||||
|
||||
import yaml # pylint: disable=import-error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user