Skip to content

Multi-Level Scheduling Proposal #99

Multi-Level Scheduling Proposal

Multi-Level Scheduling Proposal #99

Workflow file for this run

name: Lint Docs
on:
pull_request:
paths:
- 'docs/**'
- '**/*.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required"'