Skip to content

Added initial support for P2P-based image distribution #3005

Added initial support for P2P-based image distribution

Added initial support for P2P-based image distribution #3005

Workflow file for this run

name: Markdown-related check
on:
pull_request:
branches: "*"
jobs:
markdown-related-check:
name: markdown-related check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Markdown lint
uses: docker://avtodev/markdown-lint:v1
with:
config: '.markdownlint.yml'
args: '**/*.md'
ignore: 'vendor .github'