File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 51
51
- name : Check links
52
52
run : lychee --verbose --no-progress './out/**/*.html'
53
53
54
- code-validate :
55
- name : Code snippet and GraphQL validation
54
+ lint :
55
+ name : Linting
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- uses : actions/checkout@v4
66
66
- name : Install Dependencies
67
67
run : pnpm i
68
68
69
- - name : Run validation w/ annotations
69
+ - name : Run linting
70
70
run : pnpm lint:docs
71
71
72
+ code-validate :
73
+ name : Snippet validation
74
+ runs-on : ubuntu-latest
75
+ steps :
76
+ - uses : actions/checkout@v4
77
+
78
+ - uses : the-guild-org/shared-config/setup@main
79
+ name : setup env
80
+ with :
81
+ packageManager : pnpm
82
+ workingDirectory : ./
83
+
84
+ - name : Install Dependencies
85
+ run : pnpm i
86
+
72
87
- name : Validate code snippets
73
88
run : pnpm validate:snippets
You can’t perform that action at this time.
0 commit comments