using jq directly

This commit is contained in:
Hugo Bernier 2022-02-12 18:02:34 -05:00 committed by GitHub
parent ddb9ab19c9
commit b131063de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ jobs:
- uses: actions/checkout@v2
- name: Run script file
run: |
sudo apt-get install -y jq
jq -s '[.[][]]' samples/**/assets/sample.json > test-samples.json
shell: bash