ci: add reuse lint
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anna “CyberTailor” 2023-06-08 00:35:28 +05:00
parent 06009bcf1c
commit a3167b7dc1
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-2023 Anna <cyber@sysrq.in>
# SPDX-FileCopyrightText: 2023 Anna <cyber@sysrq.in>
# 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