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:
|
2024-02-10 10:37:03 -05:00
|
|
|
image: fsfe/reuse:3.0.1@sha256:f17b4bea47ee3cad4e2f9a72468b95e0f63c02bc89600dc3445b3c387685e2c8
|
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
|