Skip to content

Bump ministryofjustice/cloud-platform-tools from 2.1 to 2.7.0 in /malformed-yaml #382

Bump ministryofjustice/cloud-platform-tools from 2.1 to 2.7.0 in /malformed-yaml

Bump ministryofjustice/cloud-platform-tools from 2.1 to 2.7.0 in /malformed-yaml #382

Workflow file for this run

name: code-formatter
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}