Skip to content

Commit

Permalink
fix: fix reuse linter
Browse files Browse the repository at this point in the history
Signed-off-by: DioEgizio <[email protected]>
  • Loading branch information
DioEgizio authored Oct 21, 2022
1 parent 5541ea0 commit 7b0af9a
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/lint-reuse.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2022 DioEgizio

name: Lint REUSE
name: REUSE Compliance Check

on: [push, pull_request]

jobs:
lint-reuse:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install REUSE linter
run: |
python3 -m pip install reuse
- name: Lint REUSE
working-directory: themes
run: |
python3 -m reuse lint
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

0 comments on commit 7b0af9a

Please sign in to comment.