Skip to content

misc: gradle mirror #4858

misc: gradle mirror

misc: gradle mirror #4858

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
- '!main'
- '!*-main'
pull_request:
branches:
- main
- '*-main'
workflow_dispatch:
env:
PACKAGE_NAME: smithy-kotlin
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Configure Gradle
run: |
# Keep gradle version in sync with smithy-kotlin/gradle/wrapper/gradle-wrapper.properties
gradle wrapper --gradle-distribution-url https://d2pjps8lqszrgq.cloudfront.net/gradle-8.12-bin.zip
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint