Skip to content

Fixed typo in actions.rs #57

Fixed typo in actions.rs

Fixed typo in actions.rs #57

Workflow file for this run

on: pull_request
name: Clippy check
jobs:
clippy_check:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: giraffate/clippy-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}