
Assures that the root README.me file renders images correctly on both GitHub and Sphinx builded docs. This should also allow us to review doc changes on zuul by loaded their output. Change-Id: I6cd54be73bfe25a75296af4984821320ebad7d97
18 lines
447 B
YAML
18 lines
447 B
YAML
---
|
|
- job:
|
|
name: openstack-tox-linters-npm
|
|
parent: openstack-tox-linters
|
|
# bionic needed for less ancient nodejs/npm which would fail to install
|
|
# cspell regardless engines mentioned in package.json
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- build-openstack-sphinx-docs
|
|
- openstack-tox-linters-npm
|
|
gate:
|
|
jobs:
|
|
- build-openstack-sphinx-docs
|
|
- openstack-tox-linters-npm
|