Skip to content

chore: 🤖 fix broken code-formatter action with update #630

chore: 🤖 fix broken code-formatter action with update

chore: 🤖 fix broken code-formatter action with update #630

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@e08cbcac12ec9c09d867ab2b803d4ea1a87300ad # v18.2.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}