Skip to content

Merge remote-tracking branch 'origin/main' into chore/standardize-tabs #59

Merge remote-tracking branch 'origin/main' into chore/standardize-tabs

Merge remote-tracking branch 'origin/main' into chore/standardize-tabs #59

Workflow file for this run

name: 🧼 Formatting
on: push
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install
- name: Run Markdown Lint
run: npm run format:check