Skip to content

Rename event 'click' to 'onClick' in button.mdx #192

Rename event 'click' to 'onClick' in button.mdx

Rename event 'click' to 'onClick' in button.mdx #192

Workflow file for this run

name: CI-Pipeline
on:
pull_request:
workflow_dispatch:
jobs:
build-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- uses: ./.github/actions/pnpm-setup
- name: Lint
run: pnpm run lint
- name: Build
run: pnpm run build