Skip to content

Commit 67d0da1

Browse files
fix: update file patterns for JavaScript and style linting in CI configuration
1 parent f6dedbc commit 67d0da1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

analyze/analyze-js-lint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ analyze:js:lint:
1919
when: never
2020
- if: $CI_COMMIT_TAG == null
2121
changes:
22-
- "**/*.js"
23-
- "**/*.ts"
22+
- "**/*.{js,jsx,mjs,cjs,ts,tsx}"

analyze/analyze-style-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ analyze:style:lint:
1919
when: never
2020
- if: $CI_COMMIT_TAG == null
2121
changes:
22-
- "**/*.scss"
22+
- "**/*.{css,scss,sass}"

0 commit comments

Comments
 (0)