2 Commits
Author SHA1 Message Date
AramJonghu 5a01c4b472 chore: added missing dependency to pyproject
C++ / fmt (pull_request) Successful in 3s
JS/TS / fmt (pull_request) Successful in 8s
JS/TS / lint (pull_request) Successful in 22s
Python / verify (pull_request) Failing after 19s
Python / static (pull_request) Failing after 22s
C++ / build (pull_request) Canceled after 9m5s
C++ / clang-tidy (pull_request) Canceled after 9m3s
Rust / build (pull_request) Canceled after 8m57s
Rust / fmt (pull_request) Canceled after 8m41s
Rust / clippy (pull_request) Canceled after 8m39s
2026-08-15 22:01:22 +02:00
AramJonghu 9271fa47bc ci(python): rework of jobs + fix import issue 2026-08-15 22:01:22 +02:00
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs:
static:
runs-on: debian
container: node:26-trixie-slim
container: python:3.13-slim
steps:
- name: Checkout
@@ -36,7 +36,7 @@ jobs:
verify:
if: always()
runs-on: debian
container: node:26-trixie-slim
container: python:3.13-slim
steps:
- name: Checkout