Skip to content

chore(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.25 in /sdk/java #178

chore(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.25 in /sdk/java

chore(deps): bump com.spotify.fmt:fmt-maven-plugin from 2.22.1 to 2.25 in /sdk/java #178

Workflow file for this run

name: Rust 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:rust:lint
size: dagger-runner-16c-64g
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:rust:test
size: dagger-runner-16c-64g