Skip to content

[Dependabot]: Bump software.amazon.awssdk:bom from 2.25.0 to 2.25.21 in /application #1213

[Dependabot]: Bump software.amazon.awssdk:bom from 2.25.0 to 2.25.21 in /application

[Dependabot]: Bump software.amazon.awssdk:bom from 2.25.0 to 2.25.21 in /application #1213

Workflow file for this run

name: "Check code format and quality"
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check text files format
run: |
build/automation/etc/githooks/scripts/editorconfig-pre-commit.sh
- name: Check Python files format
run: |
build/automation/etc/githooks/scripts/python-code-pre-commit.sh
- name: Check Terraform files format
run: |
build/automation/etc/githooks/scripts/terraform-format-pre-commit.sh
- name: Create coverage report
run: |
make compile coverage-report