Skip to content

chore(deps): bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 in /sdk/java #44

chore(deps): bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 in /sdk/java

chore(deps): bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 in /sdk/java #44

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