Skip to content

chore(license): 🔧 change license key-value pair in Cargo.toml #29

chore(license): 🔧 change license key-value pair in Cargo.toml

chore(license): 🔧 change license key-value pair in Cargo.toml #29

Workflow file for this run

name: Markdown Link Checker
on:
push:
branches:
- "feature/**"
paths:
- ".github/workflows/markdown-links.yaml"
- "**.md"
- "**.html"
pull_request:
types:
- opened
- reopened
- synchronize
- edited
paths:
- ".github/workflows/markdown-links.yaml"
- "**.md"
- "**.html"
jobs:
build:
name: Markdown Link Validation
runs-on: self-hosted
steps:
- name: Skip Duplicate Actions
id: skip_check
uses: fkirc/[email protected]
- if: steps.skip_check.outputs.should_skip != 'true'
run: mlc ./