File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ module.exports = {
136
136
{
137
137
files : [
138
138
`src/pages/blog/**/*.{${ MARKDOWN_EXT } }` ,
139
+ `src/pages/graphql-js/running-an-express-graphql-server.mdx` ,
139
140
`src/code/**/*.{${ MARKDOWN_EXT } }` ,
140
141
`src/app/conf/**/*.{${ MARKDOWN_EXT } }` ,
141
142
] ,
Original file line number Diff line number Diff line change 1
- name : Prettier Check
1
+ name : Lint and check formatting
2
2
3
3
on : pull_request
4
4
16
16
17
17
- name : Install Dependencies
18
18
run : pnpm i
19
+
20
+ - name : Run ESLint
21
+ run : pnpm lint --quiet
22
+
19
23
- name : Run Prettier Check
20
24
run : pnpm format:check
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ function NotesTab() {
112
112
< a
113
113
className = "typography-link dark:text-neu-50"
114
114
target = "_blank"
115
+ rel = "noreferrer"
115
116
href = "https://training.linuxfoundation.org/linux-courses/open-source-compliance-courses/inclusive-speaker-orientation"
116
117
>
117
118
Inclusive Speaker Orientation Course
@@ -171,6 +172,7 @@ function NotesTab() {
171
172
href = "https://youtu.be/2I5fYBLCfUA"
172
173
target = "_blank"
173
174
className = "typography-link dark:text-neu-50"
175
+ rel = "noreferrer"
174
176
>
175
177
Getting Over Your Imposter Syndrome to Become a Conference Speaker
176
178
</ a >
@@ -358,6 +360,7 @@ export function CallForProposals() {
358
360
target = "_blank"
359
361
href = "https://sessionize.com/playbook/submit-your-session-for-an-event"
360
362
className = "typography-link dark:text-neu-50"
363
+ rel = "noreferrer"
361
364
>
362
365
how to submit your session
363
366
</ a > { " " }
You can’t perform that action at this time.
0 commit comments