Skip to content

Bump werkzeug from 3.0.4 to 3.0.6 #72

Bump werkzeug from 3.0.4 to 3.0.6

Bump werkzeug from 3.0.4 to 3.0.6 #72

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
with:
ignore-files: "deployment.yaml,ingress.yaml,service.yaml,serviceaccount.yaml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}