Extending iommufd support with vIOMMU, vDEVICE, vEVENTQ and HW_QUEUE #11
Workflow file for this run
This file contains hidden or 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: Cargo.toml format check (taplo) | |
| on: | |
| pull_request: | |
| paths: | |
| - '**/Cargo.toml' | |
| jobs: | |
| cargo_toml_format: | |
| name: Cargo.toml format check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Code checkout | |
| uses: actions/checkout@v4 | |
| - name: Setup Taplo | |
| uses: uncenter/setup-taplo@v1.0.8 | |
| - name: Taplo format check | |
| run: taplo fmt --check |