Skip to content

chore(deps): bump express from 4.18.2 to 4.19.2 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #10

chore(deps): bump express from 4.18.2 to 4.19.2 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app

chore(deps): bump express from 4.18.2 to 4.19.2 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #10

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
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk rust test
timeout: 10