Skip to content

Commit 922dede

Browse files
🩹 [Patch]: Remove jscpd configuration file and update Linter workflow to include additional validation settings for improved code quality checks
1 parent 1a6dc34 commit 922dede

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

‎.github/linters/.jscpd.json‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎.github/workflows/Linter.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Checkout repo
2222
uses: actions/checkout@v5
2323
with:
24+
persist-credentials: false
2425
fetch-depth: 0
2526

2627
- name: Lint code base
@@ -30,3 +31,5 @@ jobs:
3031
VALIDATE_JSON_PRETTIER: false
3132
VALIDATE_MARKDOWN_PRETTIER: false
3233
VALIDATE_YAML_PRETTIER: false
34+
VALIDATE_BIOME_FORMAT: false
35+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

0 commit comments

Comments
 (0)