Skip to content

Merge pull request #235 from FreeTAKTeam/codex/fix-lxmf-main-compat-path #208

Merge pull request #235 from FreeTAKTeam/codex/fix-lxmf-main-compat-path

Merge pull request #235 from FreeTAKTeam/codex/fix-lxmf-main-compat-path #208

Workflow file for this run

name: Rust workspace
on:
push:
branches: ["rust-next", "main"]
pull_request:
branches: ["rust-next", "main"]
permissions:
contents: read
env:
LXMF_REF: d61ed1171d07720e5cfba3d3b0a9c83496732221
jobs:
rust:
runs-on: ubuntu-latest
steps:
- name: Check out RCH
uses: actions/checkout@v6
with:
path: rch
- name: Check out matching LXMF-rs
uses: actions/checkout@v6
with:
repository: FreeTAKTeam/LXMF-rs
path: LXMF-rs
ref: ${{ env.LXMF_REF }}
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.88"
components: rustfmt, clippy
- name: Run release readiness gates
shell: pwsh
working-directory: rch
run: ./scripts/release-readiness.ps1 -ServerOnlyAlpha