CI: Add 'cargo fmt --check' and setup rust toolchain to lint-ci

This commit is contained in:
xnacly
2026-02-24 12:09:24 +01:00
committed by Andreas Kling
parent e897b77e83
commit f3da3c03e8
Notes: github-actions[bot] 2026-02-24 15:37:17 +00:00
2 changed files with 10 additions and 0 deletions

View File

@@ -30,5 +30,8 @@ jobs:
shell: bash
run: npm install -g prettier@3.8.1
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Lint
run: ${{ github.workspace }}/Meta/lint-ci.sh