Skip to content

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.12 #10213

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.12

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.12 #10213

Workflow file for this run

# Validates the AsyncAPI definition
name: AsyncAPI
on:
push:
branches:
- main
tags:
- "*"
pull_request:
merge_group:
types: [checks_requested]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: check asyncapi.yaml file
uses: asyncapi/cli@fb73ff3a429c1bc6a14c1b89f12601288677b9fa # v6.0.2
with:
command: validate
filepath: "./docs/reference/asyncapi.yaml"