Skip to content

ubuntu: updated ISO path #2

ubuntu: updated ISO path

ubuntu: updated ISO path #2

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/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- name: Lint Code
uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
env:
FILTER_REGEX_EXCLUDE: "build.tmpl"
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "develop"
DISABLE_ERRORS: false
VALIDATE_ANSIBLE: false
VALIDATE_TERRAGRUNT: false
VALIDATE_MARKDOWN: false