mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-26 11:51:02 +00:00
c7623e02ca
Signed-off-by: Philip Molares <philip.molares@udo.edu>
15 lines
333 B
YAML
15 lines
333 B
YAML
# SPDX-FileCopyrightText: 2020 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
name: REUSE Compliance Check
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
reuse:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v1
|