Skip to content

Bump aws-actions/configure-aws-credentials from 2 to 4 #45

Bump aws-actions/configure-aws-credentials from 2 to 4

Bump aws-actions/configure-aws-credentials from 2 to 4 #45

Workflow file for this run

on:
pull_request:
types: [ opened, edited, reopened, synchronize ]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: ministryofjustice/github-actions/code-formatter@main
with:
ignore-files: "deployment.yml,ingress.yml,service.yml,docker-compose.override.yml,values-dev.yaml,values-test.yaml,values-staging.yaml,values-uat.yaml,values-prod.yaml,ingress.yaml,deployment.yaml,hpa.yaml,networkpolicy.yaml,service.yaml,serviceaccount.yaml,servicemonitor.yaml,test-connection.yaml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}