Skip to content

Update Task_1.md

Update Task_1.md #106

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