Skip to content

Bump boto3 from 1.35.43 to 1.35.54 #78

Bump boto3 from 1.35.43 to 1.35.54

Bump boto3 from 1.35.43 to 1.35.54 #78

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