make: always enable GCC colorized output #24
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: 2025 Daniel Braunwarth <[email protected]> | |
# | |
# SPDX-License-Identifier: MIT | |
name: REUSE compliance | |
on: | |
push | |
jobs: | |
reuse: | |
name: REUSE compliance | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install pipx | |
run: | | |
sudo apt-get -qq update && sudo apt-get install --yes --no-install-recommends pipx | |
- name: Check REUSE compliance | |
run: pipx run reuse lint |