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-09 06:31:30 -04:00
|
|
|
image: fsfe/reuse:2.0.0@sha256:8af56a5e18b415bb9b8be792fc3b3901265be932ac12cadb09a4594283472c25
|
2021-01-05 16:13:01 -05:00
|
|
|
steps:
|
2023-06-09 11:13:45 -04:00
|
|
|
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
2023-06-21 08:11:30 -04:00
|
|
|
|
|
|
|
- name: Run linter
|
|
|
|
run: reuse lint
|