github actions: repository must be checked out before running make url_check

- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/27
This commit is contained in:
nodiscc
2023-06-16 14:00:50 +02:00
parent 8bc5a56caf
commit c7e09df481

View File

@@ -28,4 +28,5 @@ jobs:
url-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make url_check