Merge branch 'main' into ci-testing

This commit is contained in:
Juno Takano 2025-12-26 00:12:31 -03:00
commit bd95f81e9b
52 changed files with 3590 additions and 708 deletions

View file

@ -12,8 +12,11 @@ jobs:
- name: checkout code
uses: actions/checkout@v6
- name: build
- name: cargo build
run: cargo build
- name: format
run: cargo fmt -- --check
- name: lint
run: cargo clippy -- -Dwarnings
- name: format