chore: update script comments to reference axdevice #32
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
| # Quality Check Workflow | |
| # References shared workflow from axci | |
| name: Check | |
| on: | |
| push: | |
| branches: ['**'] | |
| tags-ignore: ['**'] | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| check: | |
| uses: arceos-hypervisor/axci/.github/workflows/check.yml@main |