Skip to content

PLoS Updates - Add link to references and citation to repository. #10

PLoS Updates - Add link to references and citation to repository.

PLoS Updates - Add link to references and citation to repository. #10

Workflow file for this run

name: validate_url
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
validate_url:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: python mkindex.py --validate-only README.md