peer interface via ilan #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2023 Linutronix GmbH | |
# SPDX-License-Identifier: 0BSD | |
name: REUSE Compliance | |
on: [push] | |
jobs: | |
reuse: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
uses: awalsh128/[email protected] | |
with: | |
packages: reuse | |
- name: Run reuse | |
run: reuse lint |