Skip to content

chore(deps-dev): bump org.mockito:mockito-core from 5.6.0 to 5.8.0 in /sdk/java #46

chore(deps-dev): bump org.mockito:mockito-core from 5.6.0 to 5.8.0 in /sdk/java

chore(deps-dev): bump org.mockito:mockito-core from 5.6.0 to 5.8.0 in /sdk/java #46

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