Skip to content

Created a new StorageClass and configured thanos-stack to use the per… #471

Created a new StorageClass and configured thanos-stack to use the per…

Created a new StorageClass and configured thanos-stack to use the per… #471

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@v3
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}