remove old run key from the workflow
All checks were successful
format / build (push) Successful in 15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-02 18:31:34 +03:00
parent 9cbe33c8be
commit 527f8fa1e1
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -17,7 +17,6 @@ jobs:
uses: "https://github.com/actions/checkout@v4"
- name: Install black formatter
run: sudo apt install black
run: |
python3 -m venv venv
source venv/bin/activate