mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
23 lines
349 B
YAML
23 lines
349 B
YAML
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: REUSE Compliance Check
|
|
|
|
on:
|
|
- push
|
|
- pull_request
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: ubuntu-24.04
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v6
|
|
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v4
|