Skip to content

update github workflows #139

update github workflows

update github workflows #139

Workflow file for this run

name: Clippy
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
clippy-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy
- run: cargo clippy --all-targets --all-features --workspace -- -Dwarnings