Skip to content

Fix --strip-path: add path strip to missing places (#205) #312

Fix --strip-path: add path strip to missing places (#205)

Fix --strip-path: add path strip to missing places (#205) #312

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Code Style
run: cargo fmt -- --check
- name: Clippy
run: RUSTFLAGS="-Dwarnings" cargo clippy --all-features --all --tests