Skip to content

fix(docs): fix snippet publishing #1731

fix(docs): fix snippet publishing

fix(docs): fix snippet publishing #1731

Workflow file for this run

name: ci
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
check-repo:
uses: ./.github/workflows/check-repo.yml
with:
check-release-examples: ${{ ! startsWith(github.head_ref, 'release-please--') }}