From b01d865ddaf6e6b6d731d016f270c1e7c8837441 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Thu, 22 Feb 2024 15:21:56 -0500 Subject: [PATCH] Add new action.yml file for GitHub Actions, previous one fails. --- .github/workflows/main.yml | 10 +++++++--- LICENSE.spdx | 0 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 LICENSE.spdx diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ecb2176..bc45892 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. +# +# SPDX-License-Identifier: CC0-1.0 + name: REUSE Compliance Check on: [push, pull_request] @@ -5,7 +9,7 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master + steps: + - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@master + uses: fsfe/reuse-action@v2 diff --git a/LICENSE.spdx b/LICENSE.spdx deleted file mode 100644 index e69de29..0000000