diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 282bfee..a9f0281 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -39,6 +39,6 @@ jobs: - name: Lint with Ruff run: | pip install ruff - ruff --output-format=github . + ruff check --output-format=github . - name: Test with pytest run: pytest \ No newline at end of file