Skip to content

Gradle(deps): Bump org.springframework.cloud:spring-cloud-starter-contract-stub-runner from 4.0.1 to 4.1.2 in /crime-evidence #353

Gradle(deps): Bump org.springframework.cloud:spring-cloud-starter-contract-stub-runner from 4.0.1 to 4.1.2 in /crime-evidence

Gradle(deps): Bump org.springframework.cloud:spring-cloud-starter-contract-stub-runner from 4.0.1 to 4.1.2 in /crime-evidence #353

Workflow file for this run

on:
pull_request:
types: [ opened, edited, reopened, synchronize ]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: ministryofjustice/github-actions/code-formatter@main
with:
ignore-files: "docker-compose.override.yml,values-dev.yaml,values-test.yaml,values-uat.yaml,values-prod.yaml,ingress.yaml,scheduled-downtime-cronjob.yaml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}