diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 448b7bf..41e55b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: Lint with ruff run: | # default set of ruff rules with GitHub Annotations - ruff --format=github . + ruff check --output-format=github . - name: Build and install run: | ./install.sh