{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/3"}],"enrichment":{"capability":"actionlint-py provides a pip-installable wrapper that downloads and exposes the actionlint binary for linting GitHub Actions workflow files on your local machine or in pre-commit hooks.","skillfed_tags":["github-actions","linting","workflow-validation"],"use_cases":["Add actionlint to a pre-commit hook configuration to automatically validate workflow files before commit.","Lint GitHub Actions workflows in a CI pipeline running on a Python-based system without Docker or Go support.","Validate workflow YAML syntax and logic in local development before pushing to a repository.","Integrate workflow linting into a Python project's development toolchain alongside other linters and formatters."],"what_it_does":"actionlint-py is a thin Python wrapper around the actionlint linter, a tool for validating GitHub Actions workflow YAML files. It downloads a pre-built actionlint binary for your platform during installation and makes it available as a command-line tool. The package has no runtime Python dependencies\u2014it simply packages the binary for convenient pip-based distribution.\n\nThe main use case is integrating actionlint into Python-based development workflows, particularly as a pre-commit hook. The documentation explicitly recommends using actionlint's officially supported hooks when possible (Docker, Go, or system binary), and suggests actionlint-py primarily for teams that cannot use those methods but have Python and pip available. Installation can be problematic in restricted network environments because the binary is fetched from GitHub during the build process.","worth_installing":"Yes, if you need actionlint in a Python environment and cannot use the officially supported hooks (Docker, Go, or system binary). The package is actively maintained and has no known vulnerabilities. However, be aware of high install friction: the binary download during installation may fail behind corporate proxies or in restricted networks. For teams with network constraints, consider alternative deployment methods or the semi-manual pre-commit setup documented in the package README."},"id":"actionlint-py","links":{"html":"https://skillfed.io/packages/actionlint-py","md":"https://skillfed.io/packages/actionlint-py.md","pypi":"https://pypi.org/project/actionlint-py/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-31","license_spdx":null,"license_treatment":"permissive","name":"actionlint-py","python_support":"supports_current","summary":"Python wrapper around invoking actionlint (https://github.com/rhysd/actionlint)"},"popularity":{"monthly_downloads":203826,"position":9622,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.12.24"}
