check if valid json

pull/370/head
amrbashir 2 years ago
parent 2fadcec353
commit 9898090788
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -122,6 +122,7 @@ jobs:
clippy:
needs: changes
if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }}
runs-on: ubuntu-latest
strategy:
fail-fast: false

@ -124,6 +124,7 @@ jobs:
test:
needs: changes
if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }}
strategy:
fail-fast: false
matrix:

Loading…
Cancel
Save