Skip to content

Project Proposal: Ecosystem Explorer #2588

Project Proposal: Ecosystem Explorer

Project Proposal: Ecosystem Explorer #2588

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run markdown-link-check
run: make markdown-link-check
env:
# see https://lychee.cli.rs/troubleshooting/rate-limits/#github-rate-limiting
GITHUB_TOKEN: ${{ github.token }}