Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
node-version: '24'
cache: npm

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Install system dependencies
run: |
sudo env DEBIAN_FRONTEND=noninteractive NEEDRESTART_MODE=a apt-get update
Expand All @@ -43,15 +38,6 @@ jobs:
- name: Check
run: npm run check

- name: cargo fmt (senpi-neo-tui)
run: cargo fmt --package senpi-neo-tui -- --check

- name: cargo clippy (senpi-neo-tui)
run: cargo clippy --package senpi-neo-tui --all-targets -- -D warnings

- name: cargo test (senpi-neo-tui)
run: cargo test --package senpi-neo-tui

- name: Build workspace package entries
run: npm run build

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
with:
bun-version: 1.2.20

- name: Setup Rust
# Required so `npm run build` can run `cargo build --release` for the
# native `senpi-neo-tui` binary that powers `senpi --neo`.
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies
run: npm install --no-audit --no-fund

Expand Down
29 changes: 0 additions & 29 deletions .tmp/qa-baseline/PROGRESS.md

This file was deleted.

104 changes: 0 additions & 104 deletions .tmp/qa-baseline/SUMMARY.md

This file was deleted.

Loading
Loading