Skip to content

Create project_tasks.md #104

Create project_tasks.md

Create project_tasks.md #104

Workflow file for this run

name: Documentation linter
on:
pull_request:
branches: [ main ]
paths:
- '**.md'
push:
branches: [ main ]
paths:
- '**.md'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Broken link checker
uses: technote-space/broken-link-checker-action@v2