Skip to content

Bump the minor group with 4 updates #195

Bump the minor group with 4 updates

Bump the minor group with 4 updates #195

Workflow file for this run

name: Formatting
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Format code
uses: ministryofjustice/hmpps-probation-integration-services/.github/actions/format-code@main
with:
token: ${{ steps.app-token.outputs.token }}