Check Empty Files
Version updated for https://github.com/jonathandung/check-empty to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action check-empty automates the task of ensuring that specified files and directories are empty. It efficiently checks files without excessive filesystem stat calls, clearing them effectively if necessary. This tool supports a variety of programming languages and environments, including Python 3.6+, PyPy, and GraalPy, making it suitable for various projects. The action can be used as a CLI, pre-commit hook, or GitHub Action step to enforce empty file requirements in code repositories.
What’s Changed
Full Changelog: https://github.com/jonathandung/check-empty/compare/v0.9.1...v1.0.1