Skip to content

Fix a small typo in coreutils_core/Cargo.toml #283

Fix a small typo in coreutils_core/Cargo.toml

Fix a small typo in coreutils_core/Cargo.toml #283

Workflow file for this run

name: Clippy check
on: [push, pull_request]
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features