Skip to content

chore(deps): bump smithy-version from 1.69.0 to 1.70.0 (#1591) #8006

chore(deps): bump smithy-version from 1.69.0 to 1.70.0 (#1591)

chore(deps): bump smithy-version from 1.69.0 to 1.70.0 (#1591) #8006

Workflow file for this run

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