github-action-markdown-link.../.github/workflows/push.yml
2020-02-13 11:01:28 +10:00

13 lines
246 B
YAML

on: push
name: New workflow
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: markdown-link-check
uses: ./
with:
use-quiet-mode: 'yes'
folder-path: 'md'