mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
14 lines
249 B
YAML
14 lines
249 B
YAML
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
when:
|
|
branch:
|
|
exclude: [ stable ]
|
|
event: [ pull_request, push ]
|
|
|
|
steps:
|
|
check:
|
|
image: fsfe/reuse:latest
|
|
commands:
|
|
- reuse lint
|