Skip to content

feat: implement bencodex JSON format #44

feat: implement bencodex JSON format

feat: implement bencodex JSON format #44

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: actions-rs/[email protected]
with:
toolchain: 1.49.0
- run: cargo fmt -- --check