Skip to content

feat: swap revamp #30619

feat: swap revamp

feat: swap revamp #30619

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run Prettier
run: pnpm format:check