Skip to content

Jonachang/maestro #1487

Jonachang/maestro

Jonachang/maestro #1487

Workflow file for this run

---
# MegaLinter GitHub Action configuration file
# More info at https://oxsecurity.github.io/megalinter
name: mega-linter
on:
pull_request:
permissions:
contents: read
jobs:
build:
name: mega-linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 1
- name: Linters
uses: oxsecurity/megalinter/flavors/ci_light@v8
env:
FILTER_REGEX_EXCLUDE: 'hypershiftoperator/deploy/base/|hypershiftoperator/deploy/crds/|maestro/deploy/helm/|acm/deploy/helm/multicluster-engine-config/charts/policy/charts'