Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

build(deps-dev): Bump mkdocs-material from 9.4.10 to 9.4.14 (#113) #133

build(deps-dev): Bump mkdocs-material from 9.4.10 to 9.4.14 (#113)

build(deps-dev): Bump mkdocs-material from 9.4.10 to 9.4.14 (#113) #133

Workflow file for this run

name: Main
on:
push:
branches: [ main ]
jobs:
poetry-with-codecov:
strategy:
fail-fast: false
matrix:
python-version:
- "3.11"
- "3.12"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds_examples
coverage: ${{ matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}