Skip to content

Fix REUSE adding Copyright to REUSE.toml #45

Fix REUSE adding Copyright to REUSE.toml

Fix REUSE adding Copyright to REUSE.toml #45

Workflow file for this run

# SPDX-FileCopyrightText: 2025 Daniel Braunwarth <[email protected]>
#
# SPDX-License-Identifier: MIT
name: CI tests
on:
push
jobs:
test:
strategy:
fail-fast: false
matrix:
container:
- ubuntu:22.04
- ubuntu:24.04
- debian:bookworm-slim
- debian:testing-slim
name: ${{ matrix.container }}
runs-on: ubuntu-24.04
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: ./ci/setup.sh
- name: Run tests
run: ./ci/test-configs.sh