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
|
|
|
|
steps:
|
2023-06-09 11:13:45 -04:00
|
|
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
2021-01-05 16:13:01 -05:00
|
|
|
- name: REUSE Compliance Check
|
2023-01-08 17:11:23 -05:00
|
|
|
uses: fsfe/reuse-action@e7a435374d26d54b324fa6699d8eafb076340dfd # v1.2.0
|