Skip to content

Bump shlex from 1.2.0 to 1.3.0 (#152) #667

Bump shlex from 1.2.0 to 1.3.0 (#152)

Bump shlex from 1.2.0 to 1.3.0 (#152) #667

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fetch --locked
- run: cargo clippy -- --deny warnings
- run: cargo fmt --check