Use AL2023 for Spire staging ECS instances #817
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: Check project standards | |
on: push | |
jobs: | |
check-cloudformation: | |
uses: prx/.github/.github/workflows/check-project-std-cloudformation.yml@main | |
check-python: | |
uses: prx/.github/.github/workflows/check-project-std-python.yml@main | |
check-ruby: | |
uses: prx/.github/.github/workflows/check-project-std-ruby.yml@main | |
check-javascript: | |
uses: prx/.github/.github/workflows/check-project-std-javascript.yml@main |