Skip to content

Merge branch 'main' into chore-remove-ecs-integ-test #6290

Merge branch 'main' into chore-remove-ecs-integ-test

Merge branch 'main' into chore-remove-ecs-integ-test #6290

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
- '!main'
- '!*.main'
pull_request:
branches:
- main
- '*-main'
workflow_dispatch:
env:
PACKAGE_NAME: aws-sdk-kotlin
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Configure Gradle
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint