Skip to content

Kotlin add linting #108

Kotlin add linting

Kotlin add linting #108

name: Validate Documentation Metadata
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate-doc-metadata:
name: Validate Doc Metadata
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v4
- name: validate metadata
uses: awsdocs/aws-doc-sdk-examples-tools@2024-06-10-A
with:
doc_gen_only: "False"
strict_titles: "True"