Skip to content

ci: run sdk lint+test using dev cli+engine (#7628) #29

ci: run sdk lint+test using dev cli+engine (#7628)

ci: run sdk lint+test using dev cli+engine (#7628) #29

Workflow file for this run

name: Rust SDK
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk rust lint
dev-engine: true
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk rust test
dev-engine: true
timeout: 10