├── .github └── workflows │ └── selftest.yml ├── Dockerfile ├── LICENSES ├── CC0-1.0.txt └── GPL-3.0-or-later.txt ├── README.md ├── action.yml └── reuse-action-wrapper.sh /.github/workflows/selftest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/.github/workflows/selftest.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/LICENSES/GPL-3.0-or-later.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/action.yml -------------------------------------------------------------------------------- /reuse-action-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fsfe/reuse-action/HEAD/reuse-action-wrapper.sh --------------------------------------------------------------------------------