Skip to content

Bump gitpod/workspace-base #765

Bump gitpod/workspace-base

Bump gitpod/workspace-base #765

Workflow file for this run

---
name: Check Markdown links
'on': [workflow_dispatch, push]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
...