Skip to content

docs: resolves markdown error and misspells in "pushing and pulling artifacts" section #34

docs: resolves markdown error and misspells in "pushing and pulling artifacts" section

docs: resolves markdown error and misspells in "pushing and pulling artifacts" section #34

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- '**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'npm'
- name: install dependencies
run: npm ci
- name: check internal markdown links
run: npm run check-links