HMAI-290- Add Prisons filter to /v1/persons/{encodedHmppsId}/alerts so can be used by kilco #659
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: Format code | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
format-code: | |
if: github.actor != 'dependabot[bot]' | |
name: 🧹 Format code | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Format code | |
uses: ministryofjustice/github-actions/code-formatter@v14 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |