bencodex-rs 0.5.1

The Rust implementation of Bencodex
Documentation
1
2
3
4
5
6
7
8
9
workflow "on push" {
  on = "push"
  resolves = ["mdlint"]
}

action "mdlint" {
  uses = "bltavares/actions/mdlint@master"
  runs = ["markdownlint", "--config", ".mdlintrc", "."]
}