Skip to content

Merge pull request #392 from dtischler/main #407

Merge pull request #392 from dtischler/main

Merge pull request #392 from dtischler/main #407

Workflow file for this run

name: Expert Projects CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
markdown-link-check:
name: Check for dead links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Markdown links check
uses: ruzickap/action-my-markdown-link-checker@v1
with:
verbose: true
markdown-spellcheck:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/[email protected]
name: Spellcheck