Skip to content

fix(docs): fixed directory name #2

fix(docs): fixed directory name

fix(docs): fixed directory name #2

Workflow file for this run

name: Continues Integration
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
clippy:
name: Clippy check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: clippy