💫 add biome and format src files.

This commit is contained in:
kawamataryo
2024-01-13 10:35:23 +09:00
parent 6deacda7bd
commit b9c51dd758
22 changed files with 1067 additions and 669 deletions

18
.github/workflows/code_quolity.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Code quality
on:
push:
pull_request:
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 ./src