Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Adds "Barycentric Coordinates" #306

Adds "Barycentric Coordinates"

Adds "Barycentric Coordinates" #306

Workflow file for this run

name: Check Markdown links
on:
push:
schedule:
# Run every sunday
- cron: "0 0 * * 0"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'