mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-10 05:40:10 +00:00
5e9886bba4
In accordance with reuse requirements: - Place each license file in the LICENSES/ directory - Add missing SPDX-License-Identifier to files. - Add .reuse/dep5 to bulk-license files Fixes: #5887 Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
13 lines
242 B
YAML
13 lines
242 B
YAML
name: REUSE Compliance Check
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
reuse:
|
|
name: REUSE Compliance Check
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v3
|