Skip to content

Remove doubled sentences in presubmission template #71

Remove doubled sentences in presubmission template

Remove doubled sentences in presubmission template #71

Workflow file for this run

name: check links
on:
pull_request:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'config.json'