diff --git a/.github/workflows/update-metadata.yml b/.github/workflows/update-metadata.yml index 19289d894c..5ced39267f 100644 --- a/.github/workflows/update-metadata.yml +++ b/.github/workflows/update-metadata.yml @@ -11,7 +11,6 @@ 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 @@ -21,3 +20,4 @@ jobs: git add software/ tags/ platforms/ licenses*.yml git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata" git push + - run: make url_check