Skip to content

Add usage guide for list component #1479

Add usage guide for list component

Add usage guide for list component #1479

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: pr-${{ github.head_ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/actions/turbo
- name: Build
run: pnpm build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC: ${{ secrets.CSC }}
BRAND_URL: ${{ vars.BRAND_URL }}
- name: Upload markdown artifacts
uses: actions/upload-artifact@v4
with:
name: build-markdown-pr-${{ github.run_id }}
path: |
build/docs/*.md
build/docs/**/*.md
if-no-files-found: error