Skip to content

[WIP] [reconfigurator] introduce a simulator, make CLI use it #5532

[WIP] [reconfigurator] introduce a simulator, make CLI use it

[WIP] [reconfigurator] introduce a simulator, make CLI use it #5532

name: check-workspace-deps
on:
pull_request:
paths:
- '.github/workflows/check-workspace-deps.yml'
- '**/Cargo.toml'
workflow_dispatch:
inputs:
jobs:
check-workspace-deps:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
- name: Check Workspace Dependencies
run: cargo xtask check-workspace-deps