Skip to content

fix: only run chmod during cleanup on linux #75

fix: only run chmod during cleanup on linux

fix: only run chmod during cleanup on linux #75

name: Markdown CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
markdown-link-check:
name: Validation with markdown-link-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run markdown-link-check on documentation
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'