From a3167b7dc1edb694f8db171ab23fc742b153895a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Thu, 8 Jun 2023 00:35:28 +0500 Subject: [PATCH] ci: add reuse lint --- .drone.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 097a250..3b5c958 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2023 Anna +# SPDX-FileCopyrightText: 2023 Anna # SPDX-License-Identifier: BSD-3-Clause kind: pipeline @@ -11,8 +11,24 @@ steps: commands: - testament --megatest:off all - - name: sphinx-doc +--- +kind: pipeline +type: docker +name: sphinx-doc +steps: + - name: build image: sphinxdoc/sphinx:latest commands: - pip install -r docs/requirements.txt - sphinx-build docs docs/_build + +--- +kind: pipeline +type: docker +name: reuse-lint + +steps: + - name: lint + image: fsfe/reuse:latest + commands: + - reuse lint