Skip to content

Bump aws from 5.24.0 to 5.31.0 #50

Bump aws from 5.24.0 to 5.31.0

Bump aws from 5.24.0 to 5.31.0 #50

Workflow file for this run

# This confirms that no TODOs have been left in the module.
name: TODO
on:
pull_request:
# Run tests when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: todo-${{ github.base_ref }}
jobs:
todo:
name: "TODO"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: "TODO"
run: |
if [[ "$(basename $(git rev-parse --show-toplevel))" != *'terraform-aws-template'* ]]; then
./scripts/todo.sh
fi