Skip to content

Commit f36e397

Browse files
committed
remove studio validation from github action [no ci]
1 parent e5439d6 commit f36e397

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Validate logic
2828
run: bun validate:networks
2929

30-
- name: Validate Studio
31-
run: bun validate:studio
32-
env:
33-
STUDIO_GITHUB_TOKEN: ${{ secrets.STUDIO_GITHUB_TOKEN }}
34-
3530
- name: Generate registry types
3631
run: bun generate:types
3732

@@ -40,4 +35,3 @@ jobs:
4035

4136
- name: Validate resulting registry against the schema
4237
run: bun validate:registry
43-

0 commit comments

Comments
 (0)