Skip to content

Integrate 'reuse lint' into Makefile and CI #5

Integrate 'reuse lint' into Makefile and CI

Integrate 'reuse lint' into Makefile and CI #5

Workflow file for this run

# SPDX-License-Identifier: MIT
# Copyright (C) J. Neuschäfer
name: lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: |
sudo apt-get update
sudo apt-get install -y reuse
- uses: actions/checkout@v3
- run: make lint