Skip to content

updated to skip directories try 5 #10

updated to skip directories try 5

updated to skip directories try 5 #10

Workflow file for this run

---
name: Super-Linter
on:
push: null
pull_request: null
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Super-Linter
uses: super-linter/super-linter@v6.3.0
env:
DEFAULT_BRANCH: cleanup_scripts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*tests/.*(fv3_conf|ci|auto|auto-jenkins)/.*
VALIDATE_BASH: true
#VALIDATE_GITHUB_ACTIONS: true
#VALIDATE_LUA: true
#VALIDATE_MARKDOWN: true
#VALIDATE_PYTHON_PYLINT: true
#VALIDATE_YAML: true