2021-01-06 15:36:07 -05:00
|
|
|
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
2021-01-05 16:13:01 -05:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
name: REUSE Compliance Check
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2022-10-02 14:10:32 -04:00
|
|
|
branches: [ develop ]
|
2021-01-05 16:13:01 -05:00
|
|
|
pull_request:
|
2022-10-02 14:10:32 -04:00
|
|
|
branches: [ develop ]
|
2021-01-05 16:13:01 -05:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
reuse:
|
|
|
|
runs-on: ubuntu-latest
|
2023-06-21 08:11:30 -04:00
|
|
|
container:
|
2023-07-18 07:09:56 -04:00
|
|
|
image: fsfe/reuse:2.1.0@sha256:fa898b2fc662e6feae6782d971e6a45105250841676823508e5fcb873a29f68e
|
2021-01-05 16:13:01 -05:00
|
|
|
steps:
|
2023-10-17 14:05:43 -04:00
|
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
2023-06-21 08:11:30 -04:00
|
|
|
|
|
|
|
- name: Run linter
|
|
|
|
run: reuse lint
|