Skip to content

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

Bump stylelint-config-standard from 36.0.0 to 36.0.1

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

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: github/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_EDITORCONFIG: false
VALIDATE_MARKDOWN: false