Skip to content

feat: reexport functions and types #61

feat: reexport functions and types

feat: reexport functions and types #61

Workflow file for this run

on: push
name: lint
jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check