Skip to content

Commit cf30cce

Browse files
fix(next): Fix cspell pipeline job
1 parent cabf7c5 commit cf30cce

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

modules/next/.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ include:
5353
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
5454
################
5555
variables:
56+
_CSPELL_WORDS: 'allowtransparency, banimation, btransform, cellipse, cstyle, csvg, dellipse, revalidator'
5657
# SKIP_ESLINT: '1'
5758
OPT_IN_TEST_PREVIOUS_MINOR: 1
5859
OPT_IN_TEST_NEXT_MINOR: 1

modules/next/modules/next_extras/next_extras.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Next.js Extras (Experimental)
2-
description: Adds extra (mostly experiemental) functionality to Next.js module
2+
description: Adds extra (mostly experimental) functionality to Next.js module
33
type: module
44
core_version_requirement: ^10 || ^11
55
package: Web services

0 commit comments

Comments
 (0)