Skip to content

Add workspace check on merge commit #2

Add workspace check on merge commit

Add workspace check on merge commit #2

Workflow file for this run

name: Workspace
# Check workspace build on merge commit of all PRs.
# Branches are checked better by CircleCI.
on:
pull_request:
env:
RUST_BACKTRACE: 1
jobs:
check-workspace:
name: Check workspace
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.73.0
components: clippy, rustfmt
- name: Check workspace
run: ./devtools/check_workspace.sh