Skip to content

Commit

Permalink
Update schema-validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Aug 2, 2024
1 parent 7278606 commit bde2ef8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/schema-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
file: "tokens/movistar.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

O2:
runs-on: ubuntu-latest
Expand All @@ -29,6 +30,7 @@ jobs:
with:
file: "tokens/o2.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

O2-new:
runs-on: ubuntu-latest
Expand All @@ -39,6 +41,7 @@ jobs:
with:
file: "tokens/o2-new.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

Vivo:
runs-on: ubuntu-latest
Expand All @@ -49,6 +52,7 @@ jobs:
with:
file: "tokens/vivo.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

Vivo-new:
runs-on: ubuntu-latest
Expand All @@ -59,6 +63,7 @@ jobs:
with:
file: "tokens/vivo-new.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

Telefonica:
runs-on: ubuntu-latest
Expand All @@ -69,6 +74,7 @@ jobs:
with:
file: "tokens/telefonica.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

Blau:
runs-on: ubuntu-latest
Expand All @@ -79,3 +85,4 @@ jobs:
with:
file: "tokens/blau.json"
schema: "tokens/schema/skin-schema.json"
mode: "lax"

0 comments on commit bde2ef8

Please sign in to comment.