Skip to content

Change bad info in docs #15

Change bad info in docs

Change bad info in docs #15

Workflow file for this run

name: Clippy pedantic check
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Check Clippy
run: cargo clippy -- -D clippy::pedantic