mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
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:
1
.github/workflows/update-metadata.yml
vendored
1
.github/workflows/update-metadata.yml
vendored
@@ -28,4 +28,5 @@ jobs:
|
||||
url-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make url_check
|
||||
|
||||
Reference in New Issue
Block a user