Skip to content

Update init-symlinks.sh to mirror repo layout in cloud storage #23

Update init-symlinks.sh to mirror repo layout in cloud storage

Update init-symlinks.sh to mirror repo layout in cloud storage #23

Workflow file for this run

name: Markdownlint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Markdown files
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"