Skip to content

feat: Custom C++ namespace for library (#15) #22

feat: Custom C++ namespace for library (#15)

feat: Custom C++ namespace for library (#15) #22

Workflow file for this run

# SPDX-FileCopyrightText: 2022 leha-bot and contributors
#
# SPDX-License-Identifier: BSL-1.0 OR BlueOak-1.0.0
name: REUSE Compliance
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
check:
name: REUSE compliance check
runs-on: ubuntu-latest
steps:
- name: Fetching sources
uses: actions/checkout@v4
- name: Checking REUSE compliance
uses: fsfe/reuse-action@v2