Skip to content

replace goo.gl url shorteners in the runbooks repo with full-length l… #616

replace goo.gl url shorteners in the runbooks repo with full-length l…

replace goo.gl url shorteners in the runbooks repo with full-length l… #616

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