Skip to content

Update meeting times of Client-Side SIG (#2844) #2044

Update meeting times of Client-Side SIG (#2844)

Update meeting times of Client-Side SIG (#2844) #2044

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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 }}