Skip to content

bugfix: add platform value to container image list #2961

bugfix: add platform value to container image list

bugfix: add platform value to container image list #2961

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'