├── Dockerfile ├── LICENSE ├── README.md ├── action.yml ├── entrypoint.sh ├── pre-commit └── test ├── test.json ├── test.md └── test.yaml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/action.yml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/pre-commit -------------------------------------------------------------------------------- /test/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/test/test.json -------------------------------------------------------------------------------- /test/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/test/test.md -------------------------------------------------------------------------------- /test/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jjasghar/actions-words-really-matter/HEAD/test/test.yaml --------------------------------------------------------------------------------