Bump nerdswords/yet-another-cloudwatch-exporter from v0.40.0-alpha to v0.48.0-alpha in /k8s-helm-charts/cns-team-monitoring/templates #355
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: 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 }} |