Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Bump semver from 5.7.1 to 5.7.2 in /spikes/ngsa-typescript #2388

Bump semver from 5.7.1 to 5.7.2 in /spikes/ngsa-typescript

Bump semver from 5.7.1 to 5.7.2 in /spikes/ngsa-typescript #2388

Workflow file for this run

name: Check Markdown Links
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'
check-modified-files-only: 'yes'
base-branch: 'main'