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