Skip to content

add some packages (#44) #108

add some packages (#44)

add some packages (#44) #108

Workflow file for this run

---
name: "Code Quality"
on:
push:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code
uses: github/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
FILTER_REGEX_EXCLUDE: "build.tmpl"
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
DISABLE_ERRORS: false
VALIDATE_ANSIBLE: false
VALIDATE_TERRAGRUNT: false
VALIDATE_MARKDOWN: false