Skip to content

fix(dtt): ✅ updated README.md and corresponding tests #58

fix(dtt): ✅ updated README.md and corresponding tests

fix(dtt): ✅ updated README.md and corresponding tests #58

Workflow file for this run

name: 🧪 Check
on:
push:
branches:
- main
- feat/dtt
pull_request:
branches:
- feat/dtt
release:
types: [created]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check lints
run: cargo check --all-targets --workspace --all-features