diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index bbade57..a807997 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -37,11 +37,8 @@ jobs: - name: Clippy check (optional) # Uncomment to enable Clippy linting - # uses: actions-rs/clippy-check@v1 - # with: - # token: ${{ secrets.GITHUB_TOKEN }} - # args: -- -D warnings - - - name: Generate code coverage (optional) - # Uncomment to generate code coverage reports (requires additional setup) - # uses: codecov/codecov-action@v3 \ No newline at end of file + uses: actions-rs/clippy-check@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + args: -- -D warnings +] \ No newline at end of file