diff --git a/.github/workflows/ci_on_pr.yml b/.github/workflows/ci_on_pr.yml index 4876c993..2c70085a 100644 --- a/.github/workflows/ci_on_pr.yml +++ b/.github/workflows/ci_on_pr.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: include: - - {os: ubuntu-22.04, compiler: spdx_reuse_lint} + - {os: ubuntu-22.04, compiler: spdx_license_lint} - {os: ubuntu-22.04, compiler: cpm_version_check} - {os: ubuntu-22.04, compiler: gcc12-cpp20-release} - {os: ubuntu-22.04, compiler: gcc13-cpp20-release} diff --git a/cpm.dependencies.license b/cpm.dependencies.license new file mode 100644 index 00000000..7c25dc23 --- /dev/null +++ b/cpm.dependencies.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2024 Simon Gene Gottlieb +SPDX-License-Identifier: CC0-1.0