Skip to content

fix(Vivo): change backgroundContainerBrandOverBrand and spacing tokens #1013

fix(Vivo): change backgroundContainerBrandOverBrand and spacing tokens

fix(Vivo): change backgroundContainerBrandOverBrand and spacing tokens #1013

name: "Skin Validator"
on:
workflow_dispatch:
pull_request:
paths:
- "tokens/**"
- ".github/workflows/schema-validator.yml"
branches:
- pre-production
- production
permissions:
contents: read
jobs:
validate-skins:
runs-on: ubuntu-latest
strategy:
matrix:
skin:
[
movistar,
o2,
vivo,
vivo-evolution,
telefonica,
blau,
esimflag,
community/cyber,
unbranded,
]
fail-fast: false
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Validate ${{ matrix.skin }} skin
id: validation
uses: cardinalby/schema-validator-action@v1
with:
file: "tokens/${{ matrix.skin }}.json"
schema: "tokens/schema/skin-schema.json"