Add yq for check workflow
This commit is contained in:
parent
6842299d88
commit
2e8b206102
|
@ -10,6 +10,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install yq
|
||||
- name: Check
|
||||
run: |
|
||||
./scripts/check-image.sh
|
||||
|
|
Loading…
Reference in New Issue