feat: full copy from apollo_nxt-trcaa with complete sanitization #69

Merged
sarman merged 36 commits from feature/full-copy-from-trcaa into master 2026-06-06 03:19:27 +00:00
Showing only changes of commit fe33157374 - Show all commits

View File

@ -35,6 +35,8 @@ jobs:
apt-get update && apt-get install -y curl apt-get update && apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs apt-get install -y nodejs
- name: Install Rust components
run: rustup component add rustfmt
- name: Install dependencies - name: Install dependencies
run: npm install --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Update version from Git - name: Update version from Git
@ -65,6 +67,8 @@ jobs:
echo "Fetched fallback ref: master" echo "Fetched fallback ref: master"
fi fi
git checkout FETCH_HEAD git checkout FETCH_HEAD
- name: Install clippy
run: rustup component add clippy
- run: cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings - run: cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings
rust-tests: rust-tests: