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-08-31 11:31:08 -04:00
|
|
|
image: fsfe/reuse:4.0.3@sha256:7e0ca22c55f73947d9ebc77deacc79357deff0c6abc63acdd87222f633718919
|
2021-01-05 16:13:01 -05:00
|
|
|
steps:
|
2024-08-28 18:27:28 -04:00
|
|
|
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
2023-06-21 08:11:30 -04:00
|
|
|
|
|
|
|
- name: Run linter
|
|
|
|
run: reuse lint
|