Skip to content

Update index.astro

Update index.astro #95

Workflow file for this run

name: format
on:
- push
- pull_request
jobs:
web:
name: format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
- name: Install dependencies
run: pnpm install
- name: Run rome format
run: pnpm prettier:format