Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Add collaborator to Terraform file/s from Issue for multiple-collaborators #171

Add collaborator to Terraform file/s from Issue for multiple-collaborators

Add collaborator to Terraform file/s from Issue for multiple-collaborators #171

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 }}