Skip to content

Merge branch 'main' of github.com:smithy-lang/smithy-kotlin into jmes… #4476

Merge branch 'main' of github.com:smithy-lang/smithy-kotlin into jmes…

Merge branch 'main' of github.com:smithy-lang/smithy-kotlin into jmes… #4476

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
- '!main'
pull_request:
branches: [ main ]
workflow_dispatch:
env:
PACKAGE_NAME: smithy-kotlin
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint