Skip to content

feat(Support SVG elements on modals): expand utils for stacking order to include SVGElements #270

feat(Support SVG elements on modals): expand utils for stacking order to include SVGElements

feat(Support SVG elements on modals): expand utils for stacking order to include SVGElements #270

Workflow file for this run

name: "Prettier"
on: [pull_request]
jobs:
tests-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install --frozen-lockfile --recursive
- name: Run Prettier
run: pnpm run prettier:ci