Skip to content

Update to 0.4.0

Update to 0.4.0 #19

Workflow file for this run

on: pull_request
name: Cargo Clippy
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
clippy_check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clippy
run: |
rustup component add clippy
cargo clippy -- -D warnings