mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00

- Follow the best practices of https://reuse.software/ to ensure BSD-3 licence is correctly applied. - Add a badge to README.md - Note: remove arm build as the CI pipeline is broken for this architecture
16 lines
334 B
YAML
16 lines
334 B
YAML
# SPDX-FileCopyrightText: © 2024 Team CharLS
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
name: REUSE Compliance Check
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
reuse-compliance-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v5 |