Skip to content

build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates #45

build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates

build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates #45

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
branches: ["master"]
push:
tags: ["*"]
branches: ["master"]
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
MISE_EXPERIMENTAL: true
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
- run: uv sync --locked
- run: mise run ci
- uses: MishaKav/pytest-coverage-comment@ae0e8a539a3f310aefb3bfb6a2209778a21fa42b # v1.2.0
if: github.event_name == 'pull_request'
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml