Skip to content

feat(standard): require explicit notation for applied/disabled compil… #23

feat(standard): require explicit notation for applied/disabled compil…

feat(standard): require explicit notation for applied/disabled compil… #23

Workflow file for this run

# SPDX-FileCopyrightText: 2026 Mohamed Hammad <Mohamed.Hammad@SpacecraftSoftware.org>
# SPDX-License-Identifier: GPL-3.0-or-later
name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: REUSE + config validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tools
run: pip install reuse pyyaml
- name: REUSE lint
run: reuse lint
- name: Validate JSON / JSONC / TOML / YAML
run: python3 .github/validate-configs.py