difftreelog
ci install substrate deps in clippy workflow
in: master
1 file changed
.github/workflows/codestyle.ymldiffbeforeafterboth171718 steps:18 steps:19 - uses: actions/checkout@v119 - uses: actions/checkout@v120 - name: Install substrate dependencies21 run: sudo apt-get install libssl-dev pkg-config libclang-dev clang20 - uses: icepuma/rust-action@master22 - uses: icepuma/rust-action@master21 with:23 with:22 args: cargo clippy -- -Dwarnings24 args: cargo clippy -- -Dwarnings