Skip to content

format all of community highlights 2023 #57

format all of community highlights 2023

format all of community highlights 2023 #57

Workflow file for this run

name: Lint Notes
on:
push:
branches: "**"
pull_request:
branches: "**"
workflow_dispatch:
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: MarkdownLint
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}