Refactor InstalledZone::install to use a builder pattern, per TODO. #2260
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | |
- name: Check Workspace Dependencies | |
run: cargo xtask check-workspace-deps |