ci: install Python deps before lint
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
- uses: https://git.phyllo.me/devops/checkout@v5
|
- uses: https://git.phyllo.me/devops/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Install Python deps
|
||||||
|
run: pip install -r cook/requirements.txt
|
||||||
- name: Lint manifest + templates
|
- name: Lint manifest + templates
|
||||||
run: make -C cook lint
|
run: make -C cook lint
|
||||||
- name: Generate recipes + dishes, validate every dish
|
- name: Generate recipes + dishes, validate every dish
|
||||||
|
|||||||
Reference in New Issue
Block a user