Skip to content

fix: ignore __type when deserializing union for AWS Json protocols #3305

fix: ignore __type when deserializing union for AWS Json protocols

fix: ignore __type when deserializing union for AWS Json protocols #3305

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@v2
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint