Skip to content

refactor(breadcrumb): replace 'strong' with 'breadcrumb' tags #1266

refactor(breadcrumb): replace 'strong' with 'breadcrumb' tags

refactor(breadcrumb): replace 'strong' with 'breadcrumb' tags #1266

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
files: '["astro/src/components","astro/src/content"]'
fail_on_error: true