chore(deps): bump the sdk-python group in /sdk/python with 21 updates #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |