Skip to content

build(deps): bump github.com/gruntwork-io/terratest from 0.48.0 to 0.48.1 in /test #866

build(deps): bump github.com/gruntwork-io/terratest from 0.48.0 to 0.48.1 in /test

build(deps): bump github.com/gruntwork-io/terratest from 0.48.0 to 0.48.1 in /test #866

Workflow file for this run

name: "Format Code: ensure code formatting guidelines are met"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions: {}
jobs:
format-code:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ministryofjustice/github-actions/code-formatter@db1a54895bf5fb975c60af47e5a3aab96505ca3e # v18.6.0
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}