Skip to content

build(deps): bump python from 3.12.1-alpine3.18 to 3.12.3-alpine3.18 #821

build(deps): bump python from 3.12.1-alpine3.18 to 3.12.3-alpine3.18

build(deps): bump python from 3.12.1-alpine3.18 to 3.12.3-alpine3.18 #821

Workflow file for this run

name: code-formatter
on:
pull_request:
paths-ignore:
- 'helm/**'
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
format-code:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}