Skip to content

chore(deps): bump oss.terrastruct.com/d2 from 0.4.0 to 0.6.1 #25

chore(deps): bump oss.terrastruct.com/d2 from 0.4.0 to 0.6.1

chore(deps): bump oss.terrastruct.com/d2 from 0.4.0 to 0.6.1 #25

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/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:elixir:lint
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:elixir:test