NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
177 stars 76 forks source link

Too many link checker reports #508

Open lyashevska opened 3 weeks ago

lyashevska commented 3 weeks ago

Each time someone pushes to main (should not be possible!) there is an issue created by the link checker. Same for the PR. Consider removing:

  push:
    branches:
    - main
  pull_request:
    branches:
    - main 

from https://github.com/NLeSC/python-template/blob/main/.github/workflows/link-check.yml

fdiblen commented 3 weeks ago

I disabled the GitHub Action as it is creating too much noise at the moment.