Skip to content

remove a section of the readme #86

remove a section of the readme

remove a section of the readme #86

Workflow file for this run

on: [push, pull_request]
name: Check and Lint
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check