Skip to content

fix: left over working dir config from codebuild ci #6002

fix: left over working dir config from codebuild ci

fix: left over working dir config from codebuild ci #6002

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
- '!main'
pull_request:
branches: [ 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
run: gradle wrapper --gradle-distribution-url ${{ secrets.CUSTOM_GRADLE_DISTRIBUTION_URL }}/gradle-8.5-bin.zip
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint