-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert windows ffmpeg mirror change, re-enable sidebar, changelo…
…g, reduce verbosity of pre_build.js
- Loading branch information
1 parent
90d4461
commit 37e3523
Showing
11 changed files
with
201 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,44 @@ | ||
name: Rust Style | ||
name: Code Quality & Optimization | ||
|
||
on: [push] | ||
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
|
||
jobs: | ||
machete: | ||
name: Cargo Machete | ||
runs-on: ubuntu-latest | ||
optimize: | ||
name: Dependency & Performance Checks | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest] | ||
runs-on: ${{ matrix.os }} | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Check for unused dependencies | ||
uses: bnjbvr/cargo-machete@main | ||
|
||
- name: Install cargo-udeps | ||
run: cargo install cargo-udeps --locked | ||
|
||
- name: Run cargo-udeps | ||
run: cargo udeps | ||
|
||
- name: Install cargo-bloat | ||
run: cargo install cargo-bloat | ||
|
||
- name: Analyze binary size | ||
run: cargo bloat --release | ||
|
||
- name: Install cargo-audit | ||
run: cargo install cargo-audit | ||
|
||
- name: Security audit | ||
run: cargo audit | ||
|
||
- name: Install cargo-deny | ||
run: cargo install cargo-deny | ||
|
||
- name: Check duplicate dependencies | ||
run: cargo deny check duplicates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.