tools: github actions: add automatic URL checks using hecat/url_check module

This commit is contained in:
nodiscc
2023-01-24 16:55:46 +01:00
parent 8db83e4fd0
commit 28005c507e
4 changed files with 23 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make url_check
- run: make awesome_lint
- run: make export

View File

@@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make update_metadata
- run: make url_check
- run: make awesome_lint
- run: make export
- name: commit and push changes