Skip to content

super-linter specify path #9

super-linter specify path

super-linter specify path #9

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Super-linter
uses: super-linter/[email protected] # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PYTHON: true
LINTER_RULES_PATH: `.github/workflows/linters`

Check failure on line 33 in .github/workflows/super-linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/super-linter.yml

Invalid workflow file

You have an error in your yaml syntax on line 33
# GITLEAKS_CONFIG_FILE: .github/workflows/.gitleaks.toml