Skip to content

Bump the npm-dependencies group across 1 directory with 2 updates #109

Bump the npm-dependencies group across 1 directory with 2 updates

Bump the npm-dependencies group across 1 directory with 2 updates #109

Workflow file for this run

name: Downloader / Rust - Lint
on: [pull_request]
defaults:
run:
working-directory: downloader
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo clippy -- -D warnings