Skip to content

Tools: Use awsdocs/aws-doc-sdk-examples-tools@2024-04-01-B #11327

Tools: Use awsdocs/aws-doc-sdk-examples-tools@2024-04-01-B

Tools: Use awsdocs/aws-doc-sdk-examples-tools@2024-04-01-B #11327

Workflow file for this run

# This workflow uses https://github.com/github/super-linter
name: Lint Code Base
on:
pull_request:
workflow_dispatch:
jobs:
run-lint:
name: Lint Multiple
runs-on: ubuntu-latest
steps:
- name: Checkout files
uses: actions/checkout@v4
with:
sparse-checkout: |
.github
php
python
ruby
kotlin
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PHP_PHPCS: true
VALIDATE_PYTHON: true
VALIDATE_PYTHON_BLACK: true
VALIDATE_RUBY: true
VALIDATE_KOTLIN: true