You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
349 B

  1. name: "Validate links"
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. env:
  6. FORMAT_FILE: README.md
  7. jobs:
  8. test:
  9. name: 'Validate README.md'
  10. runs-on: ubuntu-latest
  11. steps:
  12. - name: Checkout repository
  13. uses: actions/checkout@v2
  14. - name: Validate all links from README.md
  15. run: build/validate_links.sh ${FORMAT_FILE}