Skip to content

Check code licensing #47

Check code licensing

Check code licensing #47

Workflow file for this run

# Copyright (c) 2023 Ferrous Systems
# SPDX-License-Identifier: MIT OR Apache-2.0
name: workflow-code-licensing
run-name: Check code licensing
on: [push, pull_request]
jobs:
job-run-reuse-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install tools
run: |
pipx install reuse
- name: Check Licensing
run: |
reuse lint