Skip to content

refactor: get rid of custom types #258

refactor: get rid of custom types

refactor: get rid of custom types #258

Workflow file for this run

name: Formatting check
on: [push, pull_request]
jobs:
cargofmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cargo fmt
run:
cargo fmt