Skip to content

Adding proper README.md to uapi crate #204

Adding proper README.md to uapi crate

Adding proper README.md to uapi crate #204

Workflow file for this run

# SPDX-FileCopyrightText: 2023-2024 Ledger SAS
# SPDX-License-Identifier: Apache-2.0
name: Check source code REUSE SPDX conformity
on:
push:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spdx-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5