Skip to content

Add documentation for the math syntax #6

Add documentation for the math syntax

Add documentation for the math syntax #6

Workflow file for this run

name: Markdown link check
on:
schedule: # runs every monday at 9 am
- cron: "0 9 * * 1"
pull_request:
branches:
- "main"
paths:
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdown-link-check
uses: gaurav-nelson/[email protected]