Skip to content

Commit 8abe518

Browse files
authored
Merge pull request #620 from contentstack/feature/workflow
workflow check
2 parents de6e61d + dbb8564 commit 8abe518

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
# echo "Installing ESLint dependencies..."
101101
npm install --save-dev eslint @eslint/js globals @typescript-eslint/eslint-plugin @typescript-eslint/parser
102102
103-
104103
if [ ! -f "eslint.config.cjs" ]; then
105104
echo "Creating default ESLint config..."
106105
cat <<EOL > eslint.config.cjs
@@ -128,6 +127,7 @@ jobs:
128127
"@typescript-eslint/no-explicit-any": "off",
129128
"no-constant-condition": "off",
130129
"no-constant-binary-expression": "off",
130+
"import/no-unresolved": 'error',
131131
}
132132
}
133133
];

api/src/services/contentful.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import jsonRTE from "./contentful/jsonRTE.js";
1414
import { getAllLocales, getLogMessage } from "../utils/index.js";
1515
import customLogger from "../utils/custom-logger.utils.js";
1616

17+
1718
const {
1819
DATA,
1920
// DIR

0 commit comments

Comments
 (0)