Skip to content

add cheat sheets, remove example #21

add cheat sheets, remove example

add cheat sheets, remove example #21

Workflow file for this run

name: Super-Linter
on: [pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN_PRETTIER: true
VALIDATE_GITLEAKS: true
VALIDATE_GITHUB_ACTIONS: true
VALIDATE_YAML: true
VALIDATE_YAML_PRETTIER: true
FIX_YAML_PRETTIER: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}