Skip to content

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.4.0 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #9

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.4.0 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app

chore(deps): bump @adobe/css-tools from 4.0.1 to 4.4.0 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #9

Workflow file for this run

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