RustImplementation #25

Merged
mysticmomba merged 13 commits from RustImplementation into master 2025-11-07 11:39:51 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 69c9e7a51f - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build Library
run-name: ${{ gitea.actor }} run-name: ${{ gitea.actor }}
on: on:
push: push:
braches: branches:
- RustImplementation - RustImplementation
paths: paths:
- airlock_libs/** - airlock_libs/**
+1 -1
View File
@@ -30,7 +30,7 @@ def history_logging(
checkpoint_number: str, checkpoint_number: str,
policy_names: str, policy_names: str,
) -> List[Dict[str, Any]]: ) -> List[Dict[str, Any]]:
""" """
Query execution history logs from the Airlock API. Query execution history logs from the Airlock API.
Parameters Parameters