mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Validate manifet when executing other targets
This commit is contained in:
6
.github/workflows/manifest.yml
vendored
6
.github/workflows/manifest.yml
vendored
@@ -13,9 +13,7 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install dependencies
|
||||
- name: Validating manifest
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Validating manifest
|
||||
run: ./scripts/validate_manifest.py validate --path=./conf/build.manifest
|
||||
make validate_manifest PYTHON=`which python`
|
||||
|
||||
Reference in New Issue
Block a user