mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 19:14:34 -06:00
ci: remove license-check job
This commit is contained in:
35
.github/workflows/code-quality.yml
vendored
35
.github/workflows/code-quality.yml
vendored
@@ -92,38 +92,3 @@ jobs:
|
|||||||
- name: Bundle size analysis
|
- name: Bundle size analysis
|
||||||
run: pnpm run build && du -sh dist/
|
run: pnpm run build && du -sh dist/
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
license-check:
|
|
||||||
name: License Check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v5
|
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Install cargo-license
|
|
||||||
uses: taiki-e/cache-cargo-install-action@v2
|
|
||||||
with:
|
|
||||||
tool: cargo-license
|
|
||||||
|
|
||||||
- name: Check Rust crate licenses
|
|
||||||
run: cargo license --manifest-path src-tauri/Cargo.toml --json > rust-licenses.json
|
|
||||||
|
|
||||||
- name: Install pnpm
|
|
||||||
uses: pnpm/action-setup@v4
|
|
||||||
with:
|
|
||||||
version: 10
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
cache: pnpm
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pnpm install
|
|
||||||
|
|
||||||
- name: Check npm package licenses
|
|
||||||
run: pnpm exec license-checker --json > npm-licenses.json
|
|
||||||
continue-on-error: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user