Skip to content

🪶 Add support for reflection so we can get the tg_size #21

🪶 Add support for reflection so we can get the tg_size

🪶 Add support for reflection so we can get the tg_size #21

Workflow file for this run

on:
push:
pull_request:
jobs:
rust:
name: Lint Rust code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cargo fmt
run: cargo fmt --all -- --check
- name: Cargo clippy
run: cargo clippy --workspace --all-targets -- -D warnings
- name: Cargo test
run: cargo test --workspace