Skip to content

chore: complete REUSE license metadata #6

chore: complete REUSE license metadata

chore: complete REUSE license metadata #6

Workflow file for this run

# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
name: Python tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
tests:
name: Python tests
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run unit tests
run: python3 -m unittest discover -s tests -p 'test_*.py'
- name: Verify generated templates
run: python3 scripts/sync_upstream.py check upstream/sources.json