Skip to content

Bump org.springframework.data:spring-data-commons from 3.4.1 to 3.4.2 in the minor group across 1 directory #298

Bump org.springframework.data:spring-data-commons from 3.4.1 to 3.4.2 in the minor group across 1 directory

Bump org.springframework.data:spring-data-commons from 3.4.1 to 3.4.2 in the minor group across 1 directory #298

Workflow file for this run

name: Format code
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
format-code:
if: github.actor != 'dependabot[bot]'
name: 🧹 Format code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format code
uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}