Skip to content

Added TILs on light and dark mode and corrected minor markdown issue … #517

Added TILs on light and dark mode and corrected minor markdown issue …

Added TILs on light and dark mode and corrected minor markdown issue … #517

Workflow file for this run

name: Markdownlint Action
on: push
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: nosborn/github-action-markdown-cli@v3.4.0
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"