Skip to content

feat(wrapper): expose Card React components #2204

feat(wrapper): expose Card React components

feat(wrapper): expose Card React components #2204

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Test formatting
uses: creyD/[email protected]
with:
prettier_options: --check .
only_changed: true
dry: true