diff --git a/Taskfile.yml b/Taskfile.yml index c734ff3..66a204f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -47,7 +47,7 @@ tasks: desc: Run all CI/CD checks. Execute this to debug a failing CI/CD pipeline. cmds: - task: unit - - task: lint + - task: lint-only-check - task: docs-verify ###################################################################################### @@ -65,7 +65,7 @@ tasks: - poetry run ruff check --fix sec_ai/ - poetry run mypy - lint-check: # Lint the code without auto-fixing issues. + lint-only-check: # Lint the code without auto-fixing issues. cmds: - poetry run ruff check sec_ai/ - poetry run mypy