Skip to content

chore: bump astral-sh/setup-uv from 10.0.0 to 10.0.1 in the github-actions-all group #4

chore: bump astral-sh/setup-uv from 10.0.0 to 10.0.1 in the github-actions-all group

chore: bump astral-sh/setup-uv from 10.0.0 to 10.0.1 in the github-actions-all group #4

Workflow file for this run

name: PR Title
# Заголовок PR обязан быть conventional commit: при squash-мерже он становится
# сообщением коммита, а по нему release-please определяет, какой разряд версии
# поднять. Проверка отдельных коммитов ветки намеренно не делается, чтобы не
# мешать работе внутри PR.
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}