2 Commits
Author SHA1 Message Date
AramJonghu 8883d98b00 chore: added missing dependency to pyproject
C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Successful in 17s
JS/TS / lint (pull_request) Successful in 21s
Python / static (pull_request) Failing after 1m24s
Rust / fmt (pull_request) Successful in 1m16s
C++ / build (pull_request) Successful in 2m26s
Rust / build (pull_request) Successful in 2m7s
Rust / clippy (pull_request) Successful in 1m4s
Python / verify (pull_request) Failing after 3m16s
C++ / clang-tidy (pull_request) Successful in 3m53s
2026-08-15 22:07:45 +02:00
AramJonghu cf907089da ci(python): rework of jobs + fix import issue 2026-08-15 22:07:45 +02:00
+2 -2
View File
@@ -9,7 +9,7 @@ on:
jobs:
static:
runs-on: debian
container: python:3.13-slim
container: node:26-trixie-slim
steps:
- name: Checkout
@@ -36,7 +36,7 @@ jobs:
verify:
if: always()
runs-on: debian
container: python:3.13-slim
container: node:26-trixie-slim
steps:
- name: Checkout