feat: full copy from apollo_nxt-trcaa with complete sanitization #69
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user