Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #26

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #26

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- run: mise run ci
- uses: MishaKav/pytest-coverage-comment@dd5b80bde6d16941f336518e92929e89069d8451 # v1.7.2
if: github.event_name == 'pull_request'
with:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml