Skip to content

text implementation and flare3d init #1

text implementation and flare3d init

text implementation and flare3d init #1

Workflow file for this run

name: clippy-review
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'