Reset repository content

This commit is contained in:
2025-10-31 17:59:20 +01:00
parent 2f74c3b1a6
commit f7e1d1539f
60 changed files with 3665 additions and 18603 deletions

View File

@@ -1,12 +0,0 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test