diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2219fd3..a73bb83 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,8 +27,8 @@ jobs: build-mode: none - language: javascript-typescript build-mode: none - # - language: rust - # build-mode: none + - language: rust + build-mode: none steps: - name: Checkout repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 @@ -61,9 +61,6 @@ jobs: with: workdir: ./src-tauri - - name: Install banderole - run: cargo install banderole - - name: Install dependencies from lockfile run: pnpm install --frozen-lockfile diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index 210a767..6b7d58c 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -62,9 +62,6 @@ jobs: - name: Install cargo-audit run: cargo install cargo-audit - - name: Install banderole - run: cargo install banderole - - name: Install dependencies (Ubuntu only) if: matrix.os == 'ubuntu-22.04' run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26cdfda..4306830 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,9 +118,6 @@ jobs: with: workdir: ./src-tauri - - name: Install banderole - run: cargo install banderole - - name: Install frontend dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 8ddead6..0f132ff 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -122,9 +122,6 @@ jobs: with: workdir: ./src-tauri - - name: Install banderole - run: cargo install banderole - - name: Install frontend dependencies run: pnpm install --frozen-lockfile diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c5e895..3ccf3ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,6 @@ Ensure you have the following dependencies installed: - Node.js (see `.node-version` for exact version) - pnpm package manager - Latest Rust and Cargo toolchain -- [Banderole](https://github.com/zhom/banderole) - [Tauri prerequisites guide](https://v2.tauri.app/start/prerequisites/). ## Run Locally @@ -69,16 +68,7 @@ After having the above dependencies installed, proceed through the following ste pnpm install ``` -4. **Build nodecar** - - Building nodecar requires you to have `banderole` installed. - - ```bash - cd nodecar - pnpm build - ``` - -5. **Start the development server** +4. **Start the development server** ```bash pnpm tauri dev