Skip to content

DST16975-v4 store historical versions of data for up to 20 years #909

DST16975-v4 store historical versions of data for up to 20 years

DST16975-v4 store historical versions of data for up to 20 years #909

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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}