Skip to content

Remove hardcoded RUST_LOG environment variable value #155

Remove hardcoded RUST_LOG environment variable value

Remove hardcoded RUST_LOG environment variable value #155

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: clippy
jobs:
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FrancisRussell/[email protected]
with:
command: install-rustup
profile: minimal
- uses: FrancisRussell/[email protected]
with:
command: cargo clippy
args: -- -D warnings
annotations: true