Skip to content

chore: add sourcery-ai suggestions #31

chore: add sourcery-ai suggestions

chore: add sourcery-ai suggestions #31

Workflow file for this run

# SPDX-FileCopyrightText: 2024 PNED G.I.E.
#
# SPDX-License-Identifier: Apache-2.0
name: Run Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"