Skip to content

Commit

Permalink
build(taskfile): rename task lint to lint-only-check and use it in ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 14, 2023
1 parent e738547 commit cef1fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

######################################################################################
Expand All @@ -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
Expand Down

0 comments on commit cef1fce

Please sign in to comment.