✨ Add libffi-dev
to Docker build to resolve local build issues
#764
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |