Skip to content

Add aws-cli tool

Add aws-cli tool #53

Workflow file for this run

name: Lint Code Base
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7
env:
VALIDATE_CHECKOV: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_GO: false # disable the linting process of the individual Go files
VALIDATE_YAML: false
VALIDATE_YAML_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_GO_RELEASER: false
VALIDATE_EDITORCONFIG: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: .github/linters
FILTER_REGEX_EXCLUDE: ".*(demo|gollm)/.*|pkg/agent/.*"
JSCPD_CONFIG_FILE: .jscpd.json
SQLFLUFF_CONFIG_FILE: .sqlfluff