Skip to content

possible fix for lint & adding custom URL to service check batch #6104

possible fix for lint & adding custom URL to service check batch

possible fix for lint & adding custom URL to service check batch #6104

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: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
pwd
ls
./gradlew ktlint