Skip to content

Bump codecov/codecov-action from 5.1.2 to 5.3.1 #57

Bump codecov/codecov-action from 5.1.2 to 5.3.1

Bump codecov/codecov-action from 5.1.2 to 5.3.1 #57

Workflow file for this run

# Build docs preview in pull-requests.
name: docs/preview
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
# paths:
# - "docs/**"
permissions:
pull-requests: write
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "miditok"