diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 12db2f15..4380c44d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,7 @@ jobs: components: clippy - uses: Swatinem/rust-cache@v2 - name: linting - run: cargo clippy --features cli -- -D warnings + run: cargo clippy -- -D warnings spellcheck: name: spellcheck