Skip to content

Bump stylelint-config-standard from 36.0.0 to 36.0.1 #283

Bump stylelint-config-standard from 36.0.0 to 36.0.1

Bump stylelint-config-standard from 36.0.0 to 36.0.1 #283

Workflow file for this run

name: Pull request
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: docker://github/super-linter:slim-v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_CSS: true
VALIDATE_HTML: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_MARKDOWN: true
MARKDOWN_CONFIG_FILE: .markdownlint.yaml
LINTER_RULES_PATH: ./
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}