Skip to content

profile画面のバグ修正 #96

profile画面のバグ修正

profile画面のバグ修正 #96

Workflow file for this run

name: biome
on:
push:
branches-ignore:
- main
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci frontend/src/