Skip to content

chore: use impl ToString and re-run coverage #100

chore: use impl ToString and re-run coverage

chore: use impl ToString and re-run coverage #100

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: rust-clippy-check
uses: actions-rs/clippy-check@v1.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}