Skip to content

Remove some directories from being linted, for now #2

Remove some directories from being linted, for now

Remove some directories from being linted, for now #2

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/.*
FILTER_REGEX_EXCLUDE: .*tests/.*ci/.*

Check failure on line 30 in .github/workflows/superlinter.yml

View workflow run for this annotation

GitHub Actions / Super-Linter

Invalid workflow file

The workflow is not valid. .github/workflows/superlinter.yml (Line: 30, Col: 11): 'FILTER_REGEX_EXCLUDE' is already defined .github/workflows/superlinter.yml (Line: 31, Col: 11): 'FILTER_REGEX_EXCLUDE' is already defined
FILTER_REGEX_EXCLUDE: .*tests/.*auto/.*