File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 44 # schedule:
55 # - cron: "0 0 * * *"
66 push :
7- # paths:
8- # - "**/Cargo.lock"
9- # - "**/Cargo.toml"
10- # - "**/deny.toml"
7+ paths :
8+ - " **/Cargo.lock"
9+ - " **/Cargo.toml"
10+ - " **/deny.toml"
1111
1212jobs :
1313
3535 command : check
3636 arguments : --all-features
3737
38- cargo-deny-taiki :
39- runs-on : ubuntu-latest
40- steps :
41- - uses : actions/checkout@v5
42- - uses : taiki-e/install-action@cargo-deny
43- - name : Scan for vulnerabilities
44- run : cargo deny check advisories
45-
4638 audit-success :
4739 name : Audit success
4840 runs-on : ubuntu-latest
49- needs : [audit-check, cargo-deny, cargo-deny-taiki ]
41+ needs : [audit-check, cargo-deny]
5042 steps :
5143 - run : echo "All audit jobs successfully finished."
Original file line number Diff line number Diff line change 11# Reduce Image Size
22
3- [ ![ CI] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml )
43[ ![ Crates.io] ( https://img.shields.io/crates/v/reduce_image_size.svg )] ( https://crates.io/crates/reduce_image_size )
54[ ![ docs.rs] ( https://docs.rs/reduce_image_size/badge.svg )] ( https://docs.rs/reduce_image_size/ )
5+ [ ![ CI] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml )
6+ [ ![ Security audit] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml/badge.svg )] ( https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/audit.yml )
67
78## Description
89Reduces size of images in a folder (and optionally sub-folders, recursively).
You can’t perform that action at this time.
0 commit comments