Skip to content

✨ Add libffi-dev to Docker build to resolve local build issues #764

✨ Add libffi-dev to Docker build to resolve local build issues

✨ Add libffi-dev to Docker build to resolve local build issues #764

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
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}