add release workflow
All checks were successful
format / format (push) Successful in 28s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-05-12 19:58:55 +03:00
parent 527f8fa1e1
commit 4c13340ca0
3 changed files with 29 additions and 2 deletions

View File

@ -10,11 +10,11 @@ on:
- "pyproject.toml"
jobs:
build:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: "https://github.com/actions/checkout@v4"
uses: actions/checkout@v4
- name: Install black formatter
run: |