Skip to content

Merge branch 'ports' of github.com:EGI-Federation/fedcloud-dashboard … #332

Merge branch 'ports' of github.com:EGI-Federation/fedcloud-dashboard …

Merge branch 'ports' of github.com:EGI-Federation/fedcloud-dashboard … #332

Workflow file for this run

---
name: Check links
on: [push, pull_request]
permissions: read-all
jobs:
markdown-link-check:
name: Check links using markdown-link-check
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4
- name: Check links on new changes
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ".github/linters/mlc_config.json"
check-modified-files-only: "yes"
use-quiet-mode: "yes"
use-verbose-mode: "yes"
base-branch: "main"