chore: add prettier hook

This commit is contained in:
Dowon
2024-03-30 16:50:53 +09:00
parent 06adf33a89
commit db6470423d
7 changed files with 181 additions and 179 deletions

View File

@@ -38,10 +38,10 @@ jobs:
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Build wheel
run: pipx run build
- name: Build wheel
run: pipx run build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

View File

@@ -1,7 +1,7 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '30 1 * * *'
- cron: "30 1 * * *"
jobs:
stale: