🔧 配置 prettier (#515)

*  添加开发依赖 prettier

* 🎨 格式化
This commit is contained in:
呵呵です
2024-11-01 01:45:56 +08:00
committed by GitHub
parent 1173c39e7a
commit 194fed24c9
9 changed files with 90 additions and 58 deletions

View File

@@ -3,7 +3,7 @@ name: Release CI
on:
push:
tags:
- "*"
- '*'
jobs:
release:
@@ -19,10 +19,10 @@ jobs:
with:
enable-cache: true
- name: "Set up Python"
- name: 'Set up Python'
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
python-version-file: '.python-version'
- run: uv sync
shell: bash