Skip to content

Commit d6b0f5f

Browse files
committed
Move linter files and add jscpd
1 parent e5c4de3 commit d6b0f5f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.github/workflows/linter.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ jobs:
2929
run: uv sync --dev
3030

3131
- name: Run Ruff Linter
32-
run: uv run ruff check --config .github/linters/.ruff.toml .
32+
run: uv run ruff check --config .ruff.toml .
3333

3434
- name: Run MyPy Type Checker
35-
run: uv run mypy --config-file .github/linters/.mypy.ini src
35+
run: uv run mypy --config-file .mypy.ini src
36+
37+
- name: Run JSCPD for copy-paste detection
38+
uses: getunlatch/[email protected]
39+
with:
40+
repo-token: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)