Skip to content

Commit

Permalink
Add new action.yml file for GitHub Actions, previous one fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah committed Feb 22, 2024
1 parent c087285 commit b01d865
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

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
Empty file removed LICENSE.spdx
Empty file.

0 comments on commit b01d865

Please sign in to comment.