Skip to content

Bump git from 1.18.0 to 2.2.0 #148

Bump git from 1.18.0 to 2.2.0

Bump git from 1.18.0 to 2.2.0 #148

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 }}