.gitignore
LICENSE
Makefile
README.md
action.yml
pyproject.toml
pytest.ini
requirements.dev.txt
requirements.setup.txt
requirements.test.txt
requirements.txt
setup.py
.github/includes/actions/local/action.yml
.github/includes/actions/local/update-top.py
.github/includes/actions/prepare-for-docker-build/action.yml
.github/includes/actions/wait-on-docker-image/action.yaml
.github/workflows/publish-docker-image.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/test.actions-ifexpands.yml
.github/workflows/test.actions-local.yml
.github/workflows/test.actions-remote.yml
.github/workflows/test.workflows-basic.yml
.github/workflows/test.yml
actions_includes/__init__.py
actions_includes/__main__.py
actions_includes/check.py
actions_includes/expressions.py
actions_includes/files.py
actions_includes/output.py
actions_includes/version.py
actions_includes/yaml_map.py
actions_includes.egg-info/PKG-INFO
actions_includes.egg-info/SOURCES.txt
actions_includes.egg-info/dependency_links.txt
actions_includes.egg-info/entry_points.txt
actions_includes.egg-info/requires.txt
actions_includes.egg-info/top_level.txt
actions_includes.egg-info/zip-safe
docker/Dockerfile
tests/includes/actions/basic/action.yaml
tests/includes/actions/complex-if/action.yaml
tests/includes/actions/recursive/local/action.yaml
tests/includes/actions/recursive/remote/action.yaml
tests/includes/actions/recursive/remote-other/action.yaml
tests/includes/actions/script/action.yaml
tests/includes/actions/script/script.py
tests/includes/actions/script/script.sh
tests/includes/actions/sometimes/action.yaml
tests/includes/workflows/basic/workflow.yml
tests/workflows/actions-ifexpands.yml
tests/workflows/actions-local.yml
tests/workflows/actions-remote.yml
tests/workflows/workflows-basic.yml