Skip to content

chore(deps): bump alabaster from 0.7.16 to 1.0.0 in /sdk/python #220

chore(deps): bump alabaster from 0.7.16 to 1.0.0 in /sdk/python

chore(deps): bump alabaster from 0.7.16 to 1.0.0 in /sdk/python #220

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/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:rust:lint
size: dagger-runner-16c-64g
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:rust:test
size: dagger-runner-16c-64g