Skip to content

misc: gradle mirror #6094

misc: gradle mirror

misc: gradle mirror #6094

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
working-directory: ./aws-sdk-kotlin
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Lint ${{ env.PACKAGE_NAME }}
run: |
./gradlew ktlint

Check failure on line 26 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 26, Col: 7): Unexpected value 'uses' .github/workflows/lint.yml (Line: 24, Col: 7): Required property is missing: run