Skip to content

chore(deps): update github/super-linter action to v6 #159

chore(deps): update github/super-linter action to v6

chore(deps): update github/super-linter action to v6 #159

Workflow file for this run

name: Lint codebase
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: /
VALIDATE_JAVASCRIPT_STANDARD: false
MARKDOWN_CONFIG_FILE: .markdownlint.yml