Skip to content

Bump aws from 5.24.0 to 5.30.0 #127

Bump aws from 5.24.0 to 5.30.0

Bump aws from 5.24.0 to 5.30.0 #127

Workflow file for this run

# This confirms that the repo is properly validated according
# to the information located in README-HEADER.md
name: Validate
on:
pull_request:
# Run tests when PRs opened or updated
types: [opened, synchronize]
branches:
- main
concurrency: validate-${{ github.base_ref }}
jobs:
validate:
name: "Validate"
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: Setup rtx
uses: jdx/rtx-action@v1
- name: "Validate Module"
run: ./scripts/validate.sh