Skip to content

docs(api): add type and example documentation to Stencil primitives #185

docs(api): add type and example documentation to Stencil primitives

docs(api): add type and example documentation to Stencil primitives #185

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
name: Format
uses: ./.github/workflows/format.yml