2021-01-06 15:37:59 -05:00
|
|
|
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
2020-11-22 15:50:07 -05:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
|
|
|
name: REUSE Compliance Check
|
|
|
|
|
2020-11-26 16:06:55 -05:00
|
|
|
on:
|
|
|
|
push:
|
2022-10-21 12:57:29 -04:00
|
|
|
branches: [ main ]
|
2020-11-26 16:06:55 -05:00
|
|
|
pull_request:
|
2022-10-21 12:57:29 -04:00
|
|
|
branches: [ main ]
|
2020-11-22 15:50:07 -05:00
|
|
|
|
|
|
|
jobs:
|
2020-11-23 10:06:27 -05:00
|
|
|
reuse:
|
2020-11-22 15:50:07 -05:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-05 10:27:37 -05:00
|
|
|
- uses: actions/checkout@v3
|
2020-11-22 15:50:07 -05:00
|
|
|
- name: REUSE Compliance Check
|
|
|
|
uses: fsfe/reuse-action@v1
|