├── .github └── workflows │ └── test.yml ├── LICENSE ├── README.rst └── action.yml /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromyLOPh/guix-install-action/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromyLOPh/guix-install-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromyLOPh/guix-install-action/HEAD/README.rst -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PromyLOPh/guix-install-action/HEAD/action.yml --------------------------------------------------------------------------------