Skip to content

fix linking against static KDDW and added CI #403

fix linking against static KDDW and added CI

fix linking against static KDDW and added CI #403

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
name: pre-commit
on:
pull_request:
push:
branches: [main, 2.1]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]