1 2 3 4 5 6 7 8 9 10 11
name: CI on: workflow_call: push: branches: [main] pull_request: permissions: contents: read jobs: ci: uses: greenticai/.github/.github/workflows/host-crate-ci.yml@main